-
Notifications
You must be signed in to change notification settings - Fork 8
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
SmooOothin it out #3
Comments
@rickydazla , there is this one WaitForImagesToBeLoaded(true or false), but this option waits for all other next/previous page images to load before adding it to the page. |
See "Setting Threshold" on this page: http://www.appelsiini.net/projects/lazyload |
Currently the lazyload plugin is not used inside the infinite scroll. It has some other implementation like WaitForImagesToBeLoaded. |
That would be https://www.youtube.com/watch?v=qCbtXC0u-Jo 🍦 |
:) , So let's add the lazy load plugin into the infinite scroll and we will have settings for the lazyload that can be pushed to the plugin also. Something like this lazyLoadSettings:{Threshold:200,....} |
Did you guys ever implement this? 👍 |
No. We got sidetracked... But we should! |
@jayvin say I wanted to load the images before the scrollbar hits the bottom to make it smoother. I assume there is some kinds offset option I could mess with? Where it at??
The text was updated successfully, but these errors were encountered: