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

Re: Image size served [SOLVED]

As noted in the Multi-Size Image Support page:

For Retina Displays, we use the the following logic:

    MEDIUM - Used in Small Screen Mode.
    LARGE - Used in Large Screen Mode.

If your gallery forces Large Screen Mode, then it will display large images for the main gallery display on your retina iPhone 4.
If the Screen Mode is set to AUTO or SMALL, then the gallery should be displayed in Small Screen Mode on your iPhone and medium images should be used for the main gallery display.
(The logic behind Juicebox-Pro's decision-making process cannot be changed.)

If this does not explain what you are seeing, then please post the URL to your own gallery so that I can take a look and investigate further. Thank you.

Re: Image size served [SOLVED]

Thanks.

Changing ScreenMode from LARGE to AUTO did the trick.

Thanks for a good product!

Regards,
Petter