diff options
| author | Henry Jameson <me@hjkos.com> | 2018-09-03 22:49:46 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-09-03 22:49:46 +0300 |
| commit | f9eb9e0b70a419bd293d6a334802c5af97a22d76 (patch) | |
| tree | d722aa08a70637a5f59c00d3005114424c74bb6d /src/components/still-image | |
| parent | 6e64324d37e5b89050f965c6912dabb743cad306 (diff) | |
small fix for non-square gif avatars
Diffstat (limited to 'src/components/still-image')
| -rw-r--r-- | src/components/still-image/still-image.vue | 1 |
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 { |
