$w.onReady(function () { const lazyImages = $w("Image"); lazyImages.forEach((image) => { if (image.src) { image.loading = "lazy"; } }); });
top of page
bottom of page