Format fixes

pull/4258/head
Tuğçe Küçükoğlu 2023-08-09 10:10:38 +03:00
parent a6bd486c88
commit 3d188b5ffd
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</template> </template>
<template #thumbnail="slotProps"> <template #thumbnail="slotProps">
<div class="grid grid-nogutter justify-content-center"> <div class="grid grid-nogutter justify-content-center">
<img :src="slotProps.item.thumbnailImageSrc" :alt="slotProps.item.alt" style="width: 100%; display: block;" /> <img :src="slotProps.item.thumbnailImageSrc" :alt="slotProps.item.alt" style="width: 100%; display: block" />
</div> </div>
</template> </template>
</Galleria> </Galleria>