Skip to content
document.addEventListener('DOMContentLoaded', function() { const images = document.querySelectorAll('img[]'); images.forEach(img => { img.removeAttribute('loading'); }); });