breakpoint
breakpoint copied to clipboard
Lazy Loading
Check if image is above the fold before loading
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.