02188862236-9 - 09121252596

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

// فعال‌سازی Lazy Load برای تصاویر document.addEventListener("DOMContentLoaded", function() { let images = document.querySelectorAll('img.lazyload'); images.forEach(function(img) { img.src = img.getAttribute('data-src'); img.onload = function() { img.classList.remove('lazyload'); }; }); });