Hi!
So I created a very simple slideshow with 10 images in it. All photos located in /images folder, eg.: image-1.png. I also created a larger copy of every image, named as image-1@2x.png (also located in /images folder). So it contains "@2x" suffix.
On default, all iPad retina devices should search for and load the @2x.png file, but it doesn't, so I have added the retina.js (availabe on Github) to the .html file what Edge generated, but it still doesn't load the larger photos
Can anyone help me how to force the Edge composition to load *@2x.png files on retina devices?
Thank you in advance,
George