Fix ImageDetailsModal image width
This commit is contained in:
parent
56415109ad
commit
6d5e9aa86c
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue