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