Skip to content

Commit f2a774d

Browse files
authored
Update src/content/docs/images/tutorials/optimize-mobile-viewing.mdx
1 parent 7e6f14e commit f2a774d

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
@@ -39,5 +39,5 @@ If you have images that are in the viewport, eager loading, instead of lazy load
3939

4040
Example of modifying the `loading` attribute of your `<img>` tags to be `"eager"`:
4141
````HTML
42-
<img src="example.com/cdn-cgi/width=300/image.png" loading="lazy">
42+
<img src="example.com/cdn-cgi/width=300/image.png" loading="eager">
4343
````

0 commit comments

Comments
 (0)