Skip to content

Commit ef22b4e

Browse files
committed
doc(lazyImages): improve the find above the fold lazy loaded images message
1 parent de6aad8 commit ef22b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Loading/Find-Above-The-Fold-Lazy-Loades-Images.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function findATFLazyLoadedImages() {
1616
lazyImages = [...lazyImages, tag];
1717
}
1818
});
19-
return lazyImages.length > 0 ? lazyImages : "Good job, the site does not have any lazily loaded images.";
19+
return lazyImages.length > 0 ? lazyImages : "Good job, the site does not have any lazily loaded images in the viewport.";
2020
}
2121

2222
console.log(findATFLazyLoadedImages());

0 commit comments

Comments
 (0)