mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-16 18:25:09 -06:00
Fix player height on chrome
This commit is contained in:
parent
fada8d7555
commit
014ad87961
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user