We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3cd8b commit 3242342Copy full SHA for 3242342
1 file changed
app/pages/index.vue
@@ -5,7 +5,7 @@
5
<div class="hero__row">
6
<picture class="hero__img">
7
<source srcset="/me.webp" type="image/webp">
8
- <img src="/me.webp" alt="Jack Domleo portrait" height="300" width="300" loading="eager" fetchpriority="high" />
+ <img src="/me.webp" alt="Jack Domleo portrait" height="300" width="300" loading="eager" fetchpriority="high" sizes="(min-width: 48em) 300px, 200px" />
9
</picture>
10
<h1 class="hero__title">Jack Domleo</h1>
11
</div>
0 commit comments