Skip to content

Commit

Permalink
docs: add more intro
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore authored Dec 15, 2019
1 parent 6af6e4b commit 1cbb125
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ for lazy loading `img`, `picture`, `video`, `iframe` etc.
[![StyleCI](https://styleci.io/repos/172214338/shield)](https://styleci.io/repos/172214338)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](./LICENSE)

Eager loading of images and videos not only makes webpage slow and clumsy but also consumes a lot of bandwidth.

If you use twig templating system for your view layer, this extension defers loading of resources so they are loaded only when required in viewport.

## Installation
```bash
Expand Down

0 comments on commit 1cbb125

Please sign in to comment.