unveil2.js is a lazy load library
npm install unveil2



> __A very lightweight plugin to lazy load images for jQuery__
> Based on luis-almeida/unveil.
Install unveil2.js by downloading a copy of jquery.unveil2.min.js and add it to your page after jQuery:
``html`
And call the unveil plugin on the images you want to be lazily loaded:
`js`
$('img').unveil();
__Note:__ If you load scripts at the bottom of the page, you don't have to wait for $.ready`.
CSS background, retina images, breakpoints and more: see online examples.
For a complete list of options, see API section.
