123movies-seo/resources/js/img.js

18 lines
502 B
JavaScript

import LazyLoad from 'vanilla-lazyload';
window.LazyLoad = LazyLoad;
// (() => {
// document.addEventListener('readystatechange', event => {
// if (document.readyState === "complete") {
window.lLoad = new window.LazyLoad({
elements_selector: ".lazy",
// use_native: true,
// load_delay: 100,
// effect : "fadeIn"
// ... more custom settings?
});
// }
// });
// })();