Skip to content

Commit

Permalink
fix(nc-gui): gallery image display issue /issues/7851
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshmane7218 committed Mar 14, 2024
1 parent 3e085ed commit c7f8ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nc-gui/components/smartsheet/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ watch(
<LazyCellAttachmentImage
v-if="isImage(attachment.title, attachment.mimetype ?? attachment.type)"
:key="`carousel-${record.row.id}-${index}`"
class="h-52 object-cover"
class="h-52 !object-contain"
:srcs="getPossibleAttachmentSrc(attachment)"
@click="expandFormClick($event, record)"
/>
Expand Down

0 comments on commit c7f8ae8

Please sign in to comment.