// lazy-load all images document.querySelectorAll('img').forEach(img => { if (!img.hasAttribute('loading')) { img.setAttribute('loading', 'lazy'); } }); Isaak James Band | Isaak James Band
top of page
bottom of page