Skip to content

Commit bfee5d5

Browse files
authored
Update src/content/docs/images/tutorials/optimize-images-for-mobile.mdx
1 parent ee88abe commit bfee5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Lazy loading is natively supported on all Chromium-based browsers like Chrome, S
1616
If you use older methods, involving custom Javascript or a Javascript library, lazy loading may increase the initial load time of the page since the browser needs to download, parse, and execute Javascript.
1717
:::
1818

19-
## How to add lazy loading to images
19+
## Add lazy loading to images
2020

2121
To add lazy loading to your images, modify the `loading` attribute of your `<img>` tags to be `"lazy"`. For example:
2222

0 commit comments

Comments
 (0)