diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index fa3edacf..9f65127b 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -48,8 +48,8 @@ } img { - width: 100%; height: 100%; + min-width: 100%; object-fit: contain; &::before {