breakpoint icon indicating copy to clipboard operation
breakpoint copied to clipboard

Lazy Loading

Open lesjames opened this issue 12 years ago • 1 comments

Check if image is above the fold before loading

lesjames avatar Aug 20 '13 23:08 lesjames

Have a way to mark a set of images as lazy. Mark their offsets into an array and check the scroll position against that array. When in view load it and remove it from the array. When array is empty kill off the scroll event.

lesjames avatar Aug 21 '13 20:08 lesjames