Lazy loading for images to decrease page load time
Click here to download js file and add into header of main page.
simply add class lazyload and replace src with data-src of image.
For Example:
<img alt="Image" class="lazyload" data-src="imagename.png">
0 Comments