Hacker News new | ask | show | jobs
by marutib 4613 days ago
jQuery lazy load does the same thing and has been around for long.

http://jquery.eisbehr.de/lazy/index.php?c=effects

1 comments

Lazy load waits until the images are visible (or just about to be) in the viewport before loading the actual image, this doesn't appear to do that.
In that case Lazy load is better IMO.