Ask HN: Load Images with JavaScript
Does anyone know of a JavaScript library that loads images after the entire webpage has been loaded and show a spinner? Similar to how the images on Medium.com load, and Roon.io as well.
Does anyone know of a JavaScript library that loads images after the entire webpage has been loaded and show a spinner? Similar to how the images on Medium.com load, and Roon.io as well.
Comments
You can google for JavaScript image lazy load
http://lmgtfy.com/?q=javascript+jquery+lazy+image+load
You can also check this out, it seems pretty spot on:
http://www.appelsiini.net/projects/lazyload
http://www.unheap.com/section/media/images/
Imageloader looks interesting. Unheap is a cool resource for these sorts of things too.