aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/attachment/attachment.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/attachment/attachment.scss b/src/components/attachment/attachment.scss
index b4a81a08..0cb23a37 100644
--- a/src/components/attachment/attachment.scss
+++ b/src/components/attachment/attachment.scss
@@ -84,8 +84,8 @@
& .video-container {
& .flash,
& video {
- max-width: 100%;
- max-height: 100%;
+ width: 100%;
+ height: 100%;
object-fit: contain;
align-self: center;
}