diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-07 20:44:32 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-07 20:44:32 +0300 |
| commit | 6199788f28a2665388427f6e7737f15cebd5102d (patch) | |
| tree | f1faa084f10beed128c237d87aea4004291acff4 | |
| parent | 8045d1866ecb08a606a2891a9f179c1e7e968e9b (diff) | |
fix tall emojis being cropped
| -rw-r--r-- | src/components/still-image/still-image.vue | 2 |
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; } |
