mirror of https://github.com/onweru/compose.git

weru
22.37.2020 b362916daa43f3c3611fb0a00bc29dc22c9f88ad
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());