diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-09 02:10:04 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-04-09 02:10:04 +0300 |
| commit | bf2d4516d59884c657feed4ebe16bf3f1357bda1 (patch) | |
| tree | aee5af88bb9b31e1cd14f8fe9d04b721c70131e2 /src/components/still-image | |
| parent | bc8ae96cac0fa83e11602a0d909c025b4f1f1e89 (diff) | |
small fix for still-gifs
Diffstat (limited to 'src/components/still-image')
| -rw-r--r-- | src/components/still-image/still-image.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index cffd5d42..a37c678d 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -14,7 +14,7 @@ line-height: 0; overflow: hidden; width: 100%; - height: 100% + height: 100%; &:hover canvas { display: none; @@ -22,7 +22,7 @@ img { width: 100%; - height: 100% + height: 100%; } &.animated { |
