Initial commit: plantilla base PHP para webs Acai CMS

This commit is contained in:
Jordan
2026-02-21 21:13:57 +00:00
commit 03acc5b013
321 changed files with 62660 additions and 0 deletions

View File

@@ -0,0 +1 @@
function _checkImages(){var e,t=window.scrollY,n=t+window.innerHeight;document.querySelectorAll("img[data-src]").forEach(function(i){(e=i.getBoundingClientRect()).top+i.clientHeight>=t&&e.top<=n+i.clientHeight&&(i.setAttribute("src",i.getAttribute("data-src")),i.onload=function(){i.removeAttribute("data-src")})})}window.addEventListener("scroll",function(e){_checkImages()}),window.addEventListener("resize",function(e){_checkImages()});_checkImages();