Format fixes
parent
a6bd486c88
commit
3d188b5ffd
|
@ -17,7 +17,7 @@
|
|||
</template>
|
||||
<template #thumbnail="slotProps">
|
||||
<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>
|
||||
</template>
|
||||
</Galleria>
|
||||
|
|
Loading…
Reference in New Issue