From 054a103b286277708a3a807a52da6cca12e1b0ce Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 11 Jun 2018 16:49:56 +0200 Subject: Add theatre mode --- client/src/standalone/videos/embed.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/standalone/videos') 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) enableHotkeys: true, peertubeLink: true, poster: window.location.origin + videoInfo.previewPath, - startTime + startTime, + theaterMode: false }) videojs(videoContainerId, videojsOptions, function () { const player = this -- cgit v1.2.3