Open anonimusprogramus opened 2 years ago
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
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