Adjusts the image view from height to min-height (#908)

Co-authored-by: Midnight <midnight1@protonmail.com>
This commit is contained in:
MidnightRising 2022-01-07 16:10:02 -05:00 committed by GitHub
parent 7f03b1bea8
commit bee7a910b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
<v-card v-else-if="!loadFailed" id="myRecipe" class="d-print-none">
<a :href="getImage(recipeDetails.slug)">
<v-img
:height="hideImage ? '50' : imageHeight"
:min-height="hideImage ? '50' : imageHeight"
@error="hideImage = true"
:src="getImage(recipeDetails.slug)"
class="d-print-none"