Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a70493

Browse filesBrowse files
committed
Add width ans height to Hero image
1 parent e012d81 commit 2a70493
Copy full SHA for 2a70493

File tree

1 file changed

+4
-3
lines changed
Filter options

1 file changed

+4
-3
lines changed

‎pages/index.mdx

Copy file name to clipboardExpand all lines: pages/index.mdx
+4-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.