diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
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 d765f23ef..d1f840937 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -11,8 +11,8 @@ | |||
11 | height: 500px; | 11 | height: 500px; |
12 | 12 | ||
13 | @media screen and (max-width: 600px) { | 13 | @media screen and (max-width: 600px) { |
14 | height: auto; | 14 | width: 100vw; |
15 | max-height: calc(100vh - #{$header-height}); | 15 | height: calc(100vw / 1.7); // 16/9 |
16 | } | 16 | } |
17 | 17 | ||
18 | // VideoJS create an inner video player | 18 | // VideoJS create an inner video player |