From bf2d4516d59884c657feed4ebe16bf3f1357bda1 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 9 Apr 2018 02:10:04 +0300 Subject: [PATCH] small fix for still-gifs --- src/components/still-image/still-image.vue | 4 ++-- 1 file 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 {