diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-11 16:49:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-11 16:49:56 +0200 |
commit | 054a103b286277708a3a807a52da6cca12e1b0ce (patch) | |
tree | c52421b96951be9c4fbf654ab0c4b759aeb9aff9 /client/src/standalone | |
parent | 54a3a12ed2d972386c12d59717eedfadd7203767 (diff) | |
download | PeerTube-054a103b286277708a3a807a52da6cca12e1b0ce.tar.gz PeerTube-054a103b286277708a3a807a52da6cca12e1b0ce.tar.zst PeerTube-054a103b286277708a3a807a52da6cca12e1b0ce.zip |
Add theatre mode
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index e28d964de..bf0eb484e 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -99,7 +99,8 @@ loadLocale(window.location.origin, videojs, navigator.language) | |||
99 | enableHotkeys: true, | 99 | enableHotkeys: true, |
100 | peertubeLink: true, | 100 | peertubeLink: true, |
101 | poster: window.location.origin + videoInfo.previewPath, | 101 | poster: window.location.origin + videoInfo.previewPath, |
102 | startTime | 102 | startTime, |
103 | theaterMode: false | ||
103 | }) | 104 | }) |
104 | videojs(videoContainerId, videojsOptions, function () { | 105 | videojs(videoContainerId, videojsOptions, function () { |
105 | const player = this | 106 | const player = this |