Skip to content

Commit 4244158

Browse files
committed
Feedback - define lazy loading
1 parent d351a0e commit 4244158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/images/tutorials/optimize-mobile-viewing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
order: 1
77
---
88

9-
Lazy loading is an easy way to optimize the images on your webpages for mobile viewing. This helps address common challenges of mobile viewing, like slow network connections or weak processing capabilities.
9+
You can use lazy loading to optimize the images on your webpages for mobile viewing. Lazy loading works by deferring the loading of resources, like images, on a page until they are actually needed. This helps address common challenges of mobile viewing, like slow network connections or weak processing capabilities.
1010

1111
Lazy loading has two main advantages:
1212
* **Faster page load times** — Images are loaded as the user scrolls down the page, instead of all at once when the page is opened.

0 commit comments

Comments
 (0)