From 71ab0c07ccfe6a2b2ef5899bab53b4e983265fed Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 29 Nov 2021 14:00:15 +0100 Subject: Fix player placeholder width --- client/src/app/+videos/+video-watch/video-watch.component.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/+videos/+video-watch/video-watch.component.scss') diff --git a/client/src/app/+videos/+video-watch/video-watch.component.scss b/client/src/app/+videos/+video-watch/video-watch.component.scss index abad686ff..6818a4257 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss @@ -28,6 +28,8 @@ $video-height: 66vh; .placeholder-image { height: 100%; + max-width: 100%; + object-fit: contain; } .flex-direction-column { -- cgit v1.2.3