Fix player height on chrome
authorChocobozzz <florian.bigard@gmail.com>
Mon, 11 Dec 2017 10:09:05 +0000 (11:09 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 11 Dec 2017 10:09:05 +0000 (11:09 +0100)
client/src/app/videos/+video-watch/video-watch.component.html

index f99e84caf7af96e579ab2aa94cd9510f6a61435e..e3214a331be56b89694ceeed17ea051d272d92f9 100644 (file)
@@ -1,7 +1,7 @@
 <div class="row">
   <!-- We need the video container for videojs so we just hide it -->
   <div [hidden]="videoNotFound" id="video-container">
-     <video id="video-element" class="video-js vjs-peertube-skin vjs-fluid"></video>
+     <video id="video-element" class="video-js vjs-peertube-skin"></video>
   </div>
 
   <div *ngIf="videoNotFound" id="video-not-found">Video not found :'(</div>