Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "layzr.js", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A small, fast, modern, and dependency-free library for lazy loading.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://callmecavs.github.io/layzr.js/", |
{ | ||
"name": "layzr.js", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A small, fast, modern, and dependency-free library for lazy loading.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://callmecavs.github.io/layzr.js/", |
@@ -7,2 +7,4 @@ # Layzr.js | ||
Lazy loading boosts page speed by deferring the loading of images until they're in (or near) the viewport. This library makes it completely painless - maximizing speed by keeping options to a minimum. | ||
* [Demo Page](http://callmecavs.github.io/layzr.js/) | ||
@@ -12,4 +14,8 @@ | ||
Lazy loading boosts page speed by deferring the loading of images until they're in (or near) the viewport. This library makes it completely painless - maximizing speed by keeping options to a minimum. | ||
Follow these steps: | ||
1. [Install](https://github.com/callmecavs/layzr.js#install) | ||
2. [Image Setup](https://github.com/callmecavs/layzr.js#image-setup) | ||
3. [Instance Creation](https://github.com/callmecavs/layzr.js#instance-creation) | ||
### Install | ||
@@ -16,0 +22,0 @@ |
234
22190
8