Skip to content

Commit

Permalink
fit image to container
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Nov 3, 2023
1 parent 6e19d6f commit 61f4589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ const showSpecificSnapshotDialog = ref(false);
</v-card-title>
<v-divider class="pb-3" />
<div style="display: flex; align-items: center; justify-content: center">
<img :src="imgData[selectedImg].imgSrc" alt="snapshot-image" />
<img :src="imgData[selectedImg].imgSrc" alt="snapshot-image" style="width: 100%" />
</div>
</v-card>
</v-dialog>
Expand Down

0 comments on commit 61f4589

Please sign in to comment.