Skip to content

Commit 022faad

Browse files
committed
Update attributtion links
1 parent 9e67ef6 commit 022faad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/Loading/Find-Images-With-Lazy-and-Fetchpriority.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ List all images that have `loading="lazy"` and `fetchpriority=high`.
66
77
### Attribution
88

9-
This snippet code it's based in the script shared by [Harry Roberts](https://twitter.com/csswizardry/status/1714697877245632832).
9+
This snippet code it's based in the [script](https://twitter.com/csswizardry/status/1714697877245632832) shared by [Harry Roberts](https://csswizardry.com/).
1010

1111
#### Snippet
1212

pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A curated list of snippets to get Web Performance metrics to use in the browser
88
<img
99
style={{ aspectRatio: 342 / 214 }}
1010
sizes="85vw"
11-
srcset="https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_600/v1685735993/webperf-snippets/DevTools-Snippets.png 600w,
11+
srcSet="https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_600/v1685735993/webperf-snippets/DevTools-Snippets.png 600w,
1212
https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_1200/v1685735993/webperf-snippets/DevTools-Snippets.png 1200w"
1313
src="https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_342/v1685735993/webperf-snippets/DevTools-Snippets.png"
1414
loading="eager"

0 commit comments

Comments
 (0)