Skip to content

Commit

Permalink
chore: fix images aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Sep 24, 2023
1 parent 7a06ba0 commit c18e5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/BPublicationCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
>
<template #image>
<v-img
aspect-ratio="2"
:alt="publication.title"
:src="publication.banner"
/>
Expand Down
1 change: 1 addition & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
>
<v-img
id="first-publication"
aspect-ratio="2"
:src="lastPublications[0].banner"
/>
</v-col>
Expand Down

0 comments on commit c18e5cf

Please sign in to comment.