lesjames / breakpoint

Breakpoint is a column based media query generator and responsive image framework.
MIT License
302 stars 38 forks source link

Lazy Loading #62

Open lesjames opened 11 years ago

lesjames commented 11 years ago

Check if image is above the fold before loading

lesjames commented 11 years ago

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.