aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-09 15:40:46 +0100
committerChocobozzz <me@florianbigard.com>2018-01-09 15:40:46 +0100
commitd77014491b339b4dcfab95c05507dd5f579a6d7d (patch)
treed239ecf48f5ad9d3dcfdaf1a237fe974273e2409 /client/src/standalone
parenta22bfc3ebc9f80088035774c6cfca4bd5707acd3 (diff)
downloadPeerTube-d77014491b339b4dcfab95c05507dd5f579a6d7d.tar.gz
PeerTube-d77014491b339b4dcfab95c05507dd5f579a6d7d.tar.zst
PeerTube-d77014491b339b4dcfab95c05507dd5f579a6d7d.zip
Add hotkeys in video player
Double click for full screen
Diffstat (limited to 'client/src/standalone')
-rw-r--r--client/src/standalone/videos/embed.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts
index f44aca9c3..e27eadc8b 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -42,7 +42,8 @@ loadVideoInfo(videoId, (err, videoInfo) => {
42 videoFiles: videoInfo.files, 42 videoFiles: videoInfo.files,
43 playerElement: videoElement, 43 playerElement: videoElement,
44 peerTubeLink: true 44 peerTubeLink: true
45 } 45 },
46 hotkeys: {}
46 } 47 }
47 } 48 }
48 videojs('video-container', videojsOptions, function () { 49 videojs('video-container', videojsOptions, function () {