/image-lazy-loader

Image lazy-loading for the web

Primary LanguageJavaScriptMIT LicenseMIT

Image Lazy Loader

Image lazy-loading for the web

<img loader="lazy" data-src="https://static.domain.com/images/big-picture.jpg">
<script>
createImageLoader();
</script>