Fix issue#4: Event picture fills the card.

Closes #4
This commit is contained in:
summersamara 2023-10-07 18:14:56 +02:00
parent b624d6e4ba
commit 81c85df847

View file

@ -13,7 +13,7 @@
<!-- Show the real image on the top and fade in after loading --> <!-- Show the real image on the top and fade in after loading -->
<img <img
ref="image" ref="image"
class="transition-opacity duration-500 rounded-lg object-cover mx-auto h-full" class="transition-opacity duration-500 rounded-lg object-cover h-full w-full"
:class="imageOpacity" :class="imageOpacity"
alt="" alt=""
src="" src=""