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