diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-09 15:40:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-09 15:40:46 +0100 |
commit | d77014491b339b4dcfab95c05507dd5f579a6d7d (patch) | |
tree | d239ecf48f5ad9d3dcfdaf1a237fe974273e2409 /client/src/standalone/videos/embed.ts | |
parent | a22bfc3ebc9f80088035774c6cfca4bd5707acd3 (diff) | |
download | PeerTube-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/videos/embed.ts')
-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 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 () { |