assets/js/index.js
@@ -368,6 +368,15 @@ }); } })(); (function lazyLoadImages() { const images = elems('img'); images.forEach(function(image){ // supported natively by most modern browsers. image.loading = "lazy"; }); })(); } window.addEventListener('load', loadActions());