mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Adjusts the image view from height to min-height (#908)
Co-authored-by: Midnight <midnight1@protonmail.com>
This commit is contained in:
parent
7f03b1bea8
commit
bee7a910b7
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user