diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-08 20:49:43 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-08 20:49:43 +0100 |
commit | e31f6ad6373c70481bc5dc50bcd9691ef69b2c4b (patch) | |
tree | cf5a8b13babbc35be4e509f40a210fa31f81c5f8 /client/src/app/videos/video-watch/video-watch.component.html | |
parent | 3bb2c7f99dd495adac8e486e98f135c183642381 (diff) | |
download | PeerTube-e31f6ad6373c70481bc5dc50bcd9691ef69b2c4b.tar.gz PeerTube-e31f6ad6373c70481bc5dc50bcd9691ef69b2c4b.tar.zst PeerTube-e31f6ad6373c70481bc5dc50bcd9691ef69b2c4b.zip |
Client: use videojs as player
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 d75ed3538..0bbb5d3e8 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 | <div class="col-md-12"> | 17 | <div class="col-md-12"> |
18 | <div class="embed-responsive embed-responsive-19by9"> | 18 | <div class="embed-responsive embed-responsive-19by9"> |
19 | <my-loader [loading]="loading"></my-loader> | 19 | <video id="video-container" class="video-js vjs-default-skin vjs-big-play-centered"></video> |
20 | </div> | 20 | </div> |
21 | </div> | 21 | </div> |
22 | </div> | 22 | </div> |