From 6199788f28a2665388427f6e7737f15cebd5102d Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 7 Jun 2021 20:44:32 +0300 Subject: [PATCH] fix tall emojis being cropped --- src/components/still-image/still-image.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index a3610b51..0623b42e 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -47,7 +47,7 @@ img { width: 100%; - min-height: 100%; + height: 100%; object-fit: contain; }