diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-07-06 16:26:18 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-07-06 16:50:02 +0200 |
commit | e14852b4bf8da29e9c5599b8f57e09480954e832 (patch) | |
tree | c293750132bb33324c5928deff21f0cb36dbb869 /client/src/app/videos/video-watch/video-watch.component.html | |
parent | 80624154988f6270a353269c5e76f334e631b349 (diff) | |
download | PeerTube-e14852b4bf8da29e9c5599b8f57e09480954e832.tar.gz PeerTube-e14852b4bf8da29e9c5599b8f57e09480954e832.tar.zst PeerTube-e14852b4bf8da29e9c5599b8f57e09480954e832.zip |
Better skin for videojs
Diffstat (limited to 'client/src/app/videos/video-watch/video-watch.component.html')
-rw-r--r-- | client/src/app/videos/video-watch/video-watch.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/video-watch/video-watch.component.html b/client/src/app/videos/video-watch/video-watch.component.html index 62f27ba48..58a48ca9c 100644 --- a/client/src/app/videos/video-watch/video-watch.component.html +++ b/client/src/app/videos/video-watch/video-watch.component.html | |||
@@ -16,7 +16,7 @@ | |||
16 | <div class="row"> | 16 | <div class="row"> |
17 | <!-- We need the video container for videojs so we just hide it --> | 17 | <!-- We need the video container for videojs so we just hide it --> |
18 | <div [hidden]="videoNotFound" class="embed-responsive embed-responsive-19by9"> | 18 | <div [hidden]="videoNotFound" class="embed-responsive embed-responsive-19by9"> |
19 | <video id="video-container" class="video-js vjs-default-skin vjs-big-play-centered"></video> | 19 | <video id="video-container" class="video-js vjs-sublime-skin"></video> |
20 | </div> | 20 | </div> |
21 | 21 | ||
22 | <div *ngIf="videoNotFound" id="video-not-found">Video not found :'(</div> | 22 | <div *ngIf="videoNotFound" id="video-not-found">Video not found :'(</div> |