Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/depthdev/lazyload
Image, Iframe & Script Lazy-loader
https://github.com/depthdev/lazyload
Last synced: 5 days ago
JSON representation
Image, Iframe & Script Lazy-loader
- Host: GitHub
- URL: https://github.com/depthdev/lazyload
- Owner: depthdev
- License: mit
- Created: 2015-10-18T03:23:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T07:01:48.000Z (over 8 years ago)
- Last Synced: 2024-04-11T07:45:35.104Z (7 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - depthdev/lazyload - Image, Iframe & Script Lazy-loader (others)
README
# Lazyload
Image, Iframe & Script Lazy-loader
- 1.08 KB minified
- No dependencies
- Preloading
- Custom attribute/source reference
- Strict mode supported
Use:
new Lazyload({
attr: 'data-src', // Required. Full attribute name. This doubles as the selector AND source for the src attribute.
preload: 500 // Required. The distance in pixels from the bottom of the viewport to start loading the next elements src.
});