Skip to content

Commit

Permalink
feat: fix sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Dec 28, 2023
1 parent 595a78d commit d2ce55d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/pages/home/FeaturedTags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
:alt="'Featured tag: ' + tag.name"
:src="tag.images[0]"
class="h-auto w-full rounded-t-md"
height="600"
loading="lazy"
style="aspect-ratio: 800/1200"
width="400"
/>

<!-- Fix(not taking available width because of truncate): use negative margin -->
Expand Down

0 comments on commit d2ce55d

Please sign in to comment.