Skip to content

Commit 839e683

Browse files
committed
Remove width and height to Hero image
1 parent 2a70493 commit 839e683

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ 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"
1011
srcSet="https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_600/v1685735993/webperf-snippets/DevTools-Snippets.png 600px,
1112
https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_1200/v1685735993/webperf-snippets/DevTools-Snippets.png 1200px"
1213
src="https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_342/v1685735993/webperf-snippets/DevTools-Snippets.png"
1314
loading="eager"
1415
decoding="sync"
1516
fetchpriority="high"
1617
alt="Chrome DevTools"
17-
width="682"
18-
height="427"
1918
/>
2019
</picture>
2120

0 commit comments

Comments
 (0)