Skip to main content

lazyload.js

Load images only when they are in (and remain in) the viewport — in only about 350 bytes of javascript.
<img class="lazyestload" src="images/placeholder/sunset.jpg" data-src="images/sunset.jpg" >
  
  <script src="js/lazyestload.min.js"></script>
</body>

Comments