diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue
index ab3080c8..fa3edacf 100644
--- a/src/components/still-image/still-image.vue
+++ b/src/components/still-image/still-image.vue
@@ -51,6 +51,10 @@
     width: 100%;
     height: 100%;
     object-fit: contain;
+
+    &::before {
+      line-height: 20px;
+    }
   }
 
   &.animated {