(21)  1,361
(16)  741
document.addEventListener('DOMContentLoaded', function() { // Disable lazy loading for banner images var bannerImages = document.querySelectorAll('img.lazyload'); bannerImages.forEach(function(img) { img.classList.remove('lazyload'); // Remove lazy load class img.setAttribute('loading', 'eager'); // Set loading to eager for immediate loading }); });