Fix ImageDetailsModal image width

This commit is contained in:
Timothée Goguely 2024-12-18 17:57:15 +01:00
parent 56415109ad
commit 6d5e9aa86c

View file

@ -7,7 +7,7 @@
class="bg-white | text-grey-800 | rounded-2xl | overflow-hidden"
>
<picture :style="'--image: url('+image.url+')'">
<img :src="image.url" alt="" class="bg-grey-200" loading="lazy">
<img :src="image.url" alt="" class="bg-grey-200 w-full" loading="lazy">
</picture>
<div class="flex flex-col | p-32" style="--row-gap: var(--space-32)">
<fieldset class="image__tags">