-
Notifications
You must be signed in to change notification settings - Fork 207
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
Lazy loading not working? #2057
Comments
@TheMaaarc did the lazy loading overhaul. Do you have more informations @boehsermoe which might help him? |
Not really... I start to debug it a bit and at page load the function
Maybe this can help: I found a example here where it works fine -> https://jsfiddle.net/umojfbLq/ But if I change the root node to the body node (like
It does work correctly -> https://jsfiddle.net/umojfbLq/2/ |
Thanks for taking time for the investigations. I would say that's perfectly more info and i am sure @TheMaaarc will find a solution. |
The main issue seems to have been the I also added a check for the |
Thank you! |
i'll trigger a release today |
What steps will reproduce the problem?
LazyLoad does not working correctly since 1.6 with IntersectionObserver. All images will be loaded at first visit.
What is the expected result?
Load only visible images
What do you get instead? (A Screenshot can help us a lot!)
All images are loaded.
Additional infos
The text was updated successfully, but these errors were encountered: