lazyloadify
v1.0.3
Published
Lazyload images with Intersection Observers
Downloads
7
Maintainers
Readme
lazyloadify
A tool for lazy-loading images that reach a parent container, such as the viewport.
Usage
import Lazyloadify from 'lazyloadify';
const options = {};
const imageLoader = new Lazyloadify(options);
imageLoader.load();
Options
Plain Intersection Observer options. See Intersection Observer API on MDN