aboutsummaryrefslogtreecommitdiff
path: root/src/components/still-image/still-image.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-07 20:44:32 +0300
committerHenry Jameson <me@hjkos.com>2021-06-07 20:44:32 +0300
commit6199788f28a2665388427f6e7737f15cebd5102d (patch)
treef1faa084f10beed128c237d87aea4004291acff4 /src/components/still-image/still-image.vue
parent8045d1866ecb08a606a2891a9f179c1e7e968e9b (diff)
fix tall emojis being cropped
Diffstat (limited to 'src/components/still-image/still-image.vue')
-rw-r--r--src/components/still-image/still-image.vue2
1 files changed, 1 insertions, 1 deletions
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;
}