Skip to content

Commit 47434a5

Browse files
committed
article: prevent layout shift from top picture
1 parent 1c1f293 commit 47434a5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/articles/[...id].astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const author = article.data.author && (await getMember(article.data.author.id));
3232
<Picture
3333
loading="eager"
3434
width="1200"
35-
height="800"
3635
quality="80"
3736
formats={["avif", "webp"]}
3837
class="skeleton mx-auto rounded-none md:max-w-3xl md:rounded-2xl"

0 commit comments

Comments
 (0)