aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-09-03 22:49:46 +0300
committerHenry Jameson <me@hjkos.com>2018-09-03 22:49:46 +0300
commitf9eb9e0b70a419bd293d6a334802c5af97a22d76 (patch)
treed722aa08a70637a5f59c00d3005114424c74bb6d /src
parent6e64324d37e5b89050f965c6912dabb743cad306 (diff)
small fix for non-square gif avatars
Diffstat (limited to 'src')
-rw-r--r--src/components/still-image/still-image.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index e23f8bc1..1dcb7ce6 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -23,6 +23,7 @@
img {
width: 100%;
height: 100%;
+ object-fit: contain;
}
&.animated {