Topic: Image size served [SOLVED]
Hello.
I have a Juicebox Pro v1.4.2 gallery with the following picture sizes present:
Large: 2400x1800
Normal: 1600x1200
Small: 800x600
However, I noticed when viewing this album on an iPhone 4 with 960x640, I am served the large images. The script
<script>
alert(window.devicePixelRatio);
</script>
will return a 2 from my iPhone.
How can I serve a more correctly scaled image, and still have the Large image available for download etc.? Is this possible?
Regards,
Petter