Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #265 from NfoAlex/FixForceExpandingImage
Browse files Browse the repository at this point in the history
[fix] - 画像を勝手に拡大しないようにする
  • Loading branch information
NfoAlex authored Nov 28, 2023
2 parents 9f2f076 + 56434db commit d0fb174
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default {
</v-btn>
</div>
<!-- 画像そのもの -->
<div class="d-flex justify-center" style="height:80vh; width:100%;">
<div class="d-flex justify-center align-center" style="height:80vh; width:100%;">
<img :src="imageDialogSrc" style="max-width:100%; max-height:100%;" />
</div>
<!-- 画像URL -->
Expand Down

0 comments on commit d0fb174

Please sign in to comment.