-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlapping images with masonry and imagesLoaded in Safari #816
Comments
Thanks for reporting this bug. Unfortunately, imagesLoaded does not yet support |
Thanks for the reference. |
I'm trying to fix the first load in Safari MAC, but I fixed it in iOs Safari, maybe this will help you:
I hope it help you for some bug. PS: You help mi with ".load()", thanks :) |
Unfortunately |
Hi. I hope it helps you. |
window.load is a last resort, I recommend using imagesLoaded |
I'm already using imagesLoaded, but seems not work correctly without "fixes" and still fails in iPad when connection is slow (or other cases, I'm not sure). |
Hello,
I'm experimenting image overlapping in Safari only. Is this a known issue?
I believe it's because of the IMG tag srcset required for retina images.
Here's a 'reduced test case', that demonstrates the issue: http://codepen.io/koiastudio/pen/WrYxKE
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: