(14)  56
(19)  253
(19)  404
(21)  708
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 }); });