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.
Ask HN: Load Images with JavaScript
1–3 of 3 posts
Re: Ask HN: Load Images with JavaScript
#2You 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:
Re: Ask HN: Load Images with JavaScript
#3http://www.unheap.com/section/media/images/
Imageloader looks interesting. Unheap is a cool resource for these sorts of things too.