diff options
| -rw-r--r-- | src/components/still-image/still-image.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index a3610b51..0623b42e 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -47,7 +47,7 @@ img { width: 100%; - min-height: 100%; + height: 100%; object-fit: contain; } |
