Skip to content

Commit 2a70493

Browse files
committed
Add width ans height to Hero image
1 parent e012d81 commit 2a70493

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pages/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ A curated list of snippets to get Web Performance metrics to use in the browser
77
<picture style={{ marginTop: "20px", display: "block" }}>
88
<img
99
style={{ aspectRatio: 342 / 214 }}
10-
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,
12-
https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_1200/v1685735993/webperf-snippets/DevTools-Snippets.png 1200w"
10+
srcSet="https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_600/v1685735993/webperf-snippets/DevTools-Snippets.png 600px,
11+
https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_1200/v1685735993/webperf-snippets/DevTools-Snippets.png 1200px"
1312
src="https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_342/v1685735993/webperf-snippets/DevTools-Snippets.png"
1413
loading="eager"
1514
decoding="sync"
1615
fetchpriority="high"
1716
alt="Chrome DevTools"
17+
width="682"
18+
height="427"
1819
/>
1920
</picture>
2021

0 commit comments

Comments
 (0)