-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
broken in WordPress & srcset #1037
Comments
I think I've tracked this down to be an issue with imagesLoaded and the new srcset responsive images introduced in WordPress 4.4 If I disable responsive image support using a filter in the functions.php file which removes the srcset attribute from the images then everything loads fine on mobile safari. Is there a better way to fix this? Thanks |
Thanks for reporting the issue. Sorry, but I don't think there's a better fix. imagesLoaded does not support |
Thanks for confirming, any chance it will in the future? |
Of course! Hoping for a valiant Pull Request to make it happen. |
Thanks, awesome! Will watch this space. |
Hi
I have a really strange problem with isotope, infinite scroll and imagedLoaded on iOS 9 (iPhone). This works fantastically in every other browser except for mobile safari. Where after maybe the second or third set of posts loads it's almost as if imagesLoaded stops working and a few posts start to overlap again.
I've thrown everything at it this weekend and still can't figure out what's going on.
Thanks
The text was updated successfully, but these errors were encountered: