diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 3 |
1 files changed, 2 insertions, 1 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 5dc79c6b7..9c3f53b3d 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -82,7 +82,8 @@ $player-factor: 1.7; // 16/9 | |||
82 | } | 82 | } |
83 | 83 | ||
84 | ::ng-deep .video-js { | 84 | ::ng-deep .video-js { |
85 | width: getPlayerWidth(66vh); | 85 | width: 100%; |
86 | max-width: getPlayerWidth(66vh); | ||
86 | height: 66vh; | 87 | height: 66vh; |
87 | 88 | ||
88 | // VideoJS create an inner video player | 89 | // VideoJS create an inner video player |