©2025 Uplift · Built with love by Swift Ideas using WordPress.
ac_unit wb_sunny

Blog

Blog

News

Events

/* URL: https://github.com/AmigoDheena/amigolazy Author: Amigo Dheena */ let amframe = document.querySelectorAll(".amigolazy"); window.onload = function(){ for(let i=0; i<amframe.length;i++){ let amsrc = amframe[i]; let amdata = amsrc.getAttribute("data-src"); let datanew = amsrc.getAttribute("lazy"); if(datanew === null){ datanew = 1500; } setTimeout(function(){ amframe[i].setAttribute("src",amdata); console.info(datanew + "ms Lazyloaded " + amframe[i].src); }, datanew); } }
Verified by MonsterInsights