Skip to content

It seems we can’t find what you’re looking for. Perhaps searching can help.

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