We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A 500 images to be shown, with viewport only fit for 10 images.
A floating bar provides 5 anchor links, to scroll to image #1, #101, #201, #301 and (last) #401.
First time user visits, 10 images lazy loaded (for simplicity).
If user clicks last anchor link (to image 401), the container will scroll down and trigger lazy loading hundreds images.
Questions:
lazySizes.cfg.paused = true/false
If it's not possible, then how's to achieve that scrolling without lazy loading hundreds images but only 10 (as viewport needs)?
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A 500 images to be shown, with viewport only fit for 10 images.
A floating bar provides 5 anchor links, to scroll to image #1, #101, #201, #301 and (last) #401.
First time user visits, 10 images lazy loaded (for simplicity).
If user clicks last anchor link (to image 401), the container will scroll down and trigger lazy loading hundreds images.
Questions:
ie. like
lazySizes.cfg.paused = true/false
If it's not possible, then how's to achieve that scrolling without lazy loading hundreds images but only 10 (as viewport needs)?
Thank you
The text was updated successfully, but these errors were encountered: