-
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
Could anyone finally solve the biggest mystery of the history - Isotope + Lazy Loading? #1352
Comments
Have you looked into using https://isotope.metafizzy.co/methods.html Also see if |
Thank you for your reply, @KaitoKid. Unfortunately, I do not know how to do it. :( |
Thank you @KaitoKid. I had a similar issue with elements overlapping each other. Using the |
Hi, @marcsaleiko! Would you show me how you did it? Please use my jsfiddle example: https://jsfiddle.net/a94ed80L/5/ I would be very grateful. |
Hey @Siilionu, in my issue I did not use |
Thank you very much, @marcsaleiko. Ohh, i see. :) But now strange behavior occurred. It loads a lot of items at once, especially when paddings removed: https://jsfiddle.net/a94ed80L/8/ |
Without digging deeper into the code, maybe without the padding it triggers the lazy loading immediately. Try checking the Lazy docs and try different options or consult stackoverflow for similar issues. |
in general image loads are a problem. I mentioned it in this issue too: #1575 |
Wordpress (or any other plugin) adds Lazy Loading of images which causes the problem. Disable Lazy Loading and it works :-) |
Hi
How to make this plugin: http://jquery.eisbehr.de/lazy/ to work with Isotope. I created an example but it does not work properly. Overlapping images + filter not showing all images.
jsfiddle example: https://jsfiddle.net/a94ed80L/5/
Seems that Isotope don't know the correct image dimensions. Due to the responsive design, images can not contain fixed dimensions. But how to fix that? This is a million dollar question.
I hope someone will notice this issue and finally solves the biggest mystery of the history. :)
Thank you.
The text was updated successfully, but these errors were encountered: