new function(e){var t,n,r,i=[].slice.call(document.querySelectorAll("[data-src]"));"IntersectionObserver"in window?(r=new IntersectionObserver((function(t,n){t.forEach((function(t){if(t.isIntersecting){var n=t.target;n.dataset.src&&(n.src=n.dataset.src,n.removeAttribute(e),r.unobserve(n))}}))})),i.forEach((function(e){r.observe(e)}))):(t=!1,n=function(){!1===t&&(t=!0,setTimeout((function(){i.forEach((function(t){t.getBoundingClientRect().top<=window.innerHeight&&t.getBoundingClientRect().bottom>=0&&"none"!==getComputedStyle(t).display&&(t.src=t.dataset.src,t.removeAttribute(e),0===(i=i.filter((function(e){return e!==t}))).length&&(document.removeEventListener("scroll",n),window.removeEventListener("resize",n),window.removeEventListener("orientationchange",n)))})),t=!1}),200))},document.addEventListener("scroll",n),window.addEventListener("resize",n),window.addEventListener("orientationchange",n))}("data-src");