kaizau / Lazy-Load-Images-without-jQuery

Lazy load your images without the overhead of a library. IE7+, FF, Chrome.
http://kaizau.github.com/Lazy-Load-Images-without-jQuery/
94 stars 26 forks source link

Throttle logic not working on fast scrolls #9

Open buffcode opened 9 years ago

buffcode commented 9 years ago

When scrolling fast all events are throttled and the last event is never executed. As the result no images are being loaded.