We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aab18c commit be563bdCopy full SHA for be563bd
src/components/Articles.astro
@@ -27,7 +27,9 @@ const allPosts = await Astro.glob('../pages/posts/*.md');
27
<img
28
transition:name={post.frontmatter.title}
29
src={post.frontmatter.image.src}
30
- class="w-[234px] rounded-xl max-lg:w-full"
+ width="234"
31
+ height="144"
32
+ class="rounded-xl max-lg:w-full"
33
alt={post.frontmatter.image.alt}
34
/>
35
<section>
0 commit comments