Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 313 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 313 Bytes

Image-Lazy-Load-inline

Lazy load images on scroll event

Usage

  • Insert script inline at the end of the body tag.
  • Add data-original to each image element you want to be lazy loaded
  • Lazy loader is activated on browser's scroll event
<img src="load-boilerplate" data-original="path/to/src/img">