scaron / prettyphoto

prettyPhoto is a jQuery based lightbox clone. Not only does it support images, it also add support for videos, flash, YouTube, iFrames. It’s a full blown media lightbox. The setup is easy and quick, plus the script is compatible in every major browser.
http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/
553 stars 280 forks source link

PrettyPhoto on iPad - Crashes Safari with large 13Mb image #141

Closed prbrowne closed 10 years ago

prbrowne commented 10 years ago

Safari crashes on iPad when trying to load a large 13Mb image into PrettyPhoto. PrettyPhoto works OK with smaller images. I noticed that before crashing, the image sticks outside the PrettyPhoto container. Is there a fix for this?

prbrowne commented 10 years ago

If I change:

default_width: 800, default_height: 600

To

default_width: 640, default_height: 480

It works fine.