D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
epaji.com
/
public_html
/
hindiusa
/
web
/
themes
/
kidz
/
assets
/
plugins
/
lazyestload
/
Filename :
lazyload.js
back
Copy
!function(){function i(){var t=document.querySelectorAll("img.lazyload"),e=t.length;for(!e&&window.removeEventListener("scroll",i);e--;){var r=window.innerHeight;if(t[e].getBoundingClientRect().top-r<=100){if(t[e].getAttribute("data-src")&&(t[e].src=t[e].getAttribute("data-src")),t[e].getAttribute("data-srcset")&&(t[e].srcset=t[e].getAttribute("data-srcset")),"PICTURE"===t[e].parentElement.tagName)for(var n=t[e].parentElement.querySelectorAll("source"),a=n.length;a--;)n[a].srcset=n[a].getAttribute("data-srcset");t[e].addEventListener("load",function(){this.classList.remove("lazyload")})}}}i(),window.addEventListener("scroll",i)}();