There was an error while loading. Please reload this page.
1 parent de6aad8 commit ef22b4eCopy full SHA for ef22b4e
pages/Loading/Find-Above-The-Fold-Lazy-Loades-Images.mdx
@@ -16,7 +16,7 @@ function findATFLazyLoadedImages() {
16
lazyImages = [...lazyImages, tag];
17
}
18
});
19
- return lazyImages.length > 0 ? lazyImages : "Good job, the site does not have any lazily loaded images.";
+ return lazyImages.length > 0 ? lazyImages : "Good job, the site does not have any lazily loaded images in the viewport.";
20
21
22
console.log(findATFLazyLoadedImages());
0 commit comments