Change the height style to min-height (#907)

Co-authored-by: Midnight <midnight1@protonmail.com>
This commit is contained in:
MidnightRising
2022-01-07 16:09:54 -05:00
committed by GitHub
parent 2c17845169
commit b2b77f3abd

View File

@@ -33,7 +33,7 @@
<v-img
:key="imageKey"
:max-width="enableLandscape ? null : '50%'"
:height="hideImage ? '50' : imageHeight"
:min-height="hideImage ? '50' : imageHeight"
:src="recipeImage(recipe.slug, imageKey)"
class="d-print-none"
@error="hideImage = true"