diff options
| author | kaniini <nenolod@gmail.com> | 2018-09-09 11:59:49 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-09-09 11:59:49 +0000 |
| commit | ed6abeacadc2bced05f3221b2c57ba488f0ae800 (patch) | |
| tree | a27025296b5f54d307b3448571260b2624c869b2 /src/components/still-image/still-image.vue | |
| parent | 369fd648f6dfee51f7fec269e5f5cb530f2ca3d6 (diff) | |
| parent | 5726be68307f0215470d2e5baea105718b5039fe (diff) | |
Merge branch 'post-polish-fixes' into 'develop'
Post polish fixes
See merge request pleroma/pleroma-fe!333
Diffstat (limited to 'src/components/still-image/still-image.vue')
| -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 { |
