dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.38k stars 3.49k forks source link

Safari 5.1.10 on Mac not showing the image #241

Open schlagobers opened 10 years ago

schlagobers commented 10 years ago

I discovered some strange behaviour in Safari 5.1.10 on Mac OS X 10.6.8:

Some images disappear right after they are flickering up for a millisecond (or so) and you just see the grey background.

bildschirmfoto 2013-10-12 um 11 57 26

What helped at a first try was to remove the 'position: absolute' property on .mfp-figure:after.

I don't know if that hack will have consequences in other browsers or devices, but for Safari this helped so far.

lparikka commented 10 years ago

I have this same problem and the fix above helped me also.