1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-03 04:25:24 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"