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 {