Learn How to Delay Image Loading Before Scrolling Pages
The most important part of any website is to have a fast, smooth page loading has well has the website speed is the most important part in the search engine optimization also for a high quality looking website so lets start how we can make website image loading speed faster
First open Blogger / WordPress > Click the Themes menu > Then Click Edit Html Same applies to other platforms Find the Search Code " </body> "
<script> //<![CDATA[ // LazyLoad function loadScript(d){var o=document.createElement("script");o.src=d,document.body.appendChild(o)}function downloadJSAtOnload(){loadScript("https://cdn.jsdelivr.net/gh/Arlina-Design/phantom@master/lazyarlinas.js")}window.addEventListener?window.addEventListener("load",downloadJSAtOnload,!1):window.attachEvent?window.attachEvent("onload",downloadJSAtOnload):window.onload=downloadJSAtOnload; //]]> </script>
</body>
<img src='//www.blogger.com/img/icon_delete13.gif'/>
<img class='lazy' data-src='//www.blogger.com/img/icon_delete13.gif' src='data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs='/>