Skip to content

Commit 5a2a0b0

Browse files
committed
Change px to w to Hero image
1 parent 839e683 commit 5a2a0b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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 600px,
12-
https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_1200/v1685735993/webperf-snippets/DevTools-Snippets.png 1200px"
11+
srcSet="https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_600/v1685735993/webperf-snippets/DevTools-Snippets.png 600w,
12+
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"
1515
decoding="sync"

0 commit comments

Comments
 (0)