diff options
Diffstat (limited to 'demo/src/js/demo.js')
-rw-r--r-- | demo/src/js/demo.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index 438b2b8a..343e654f 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -57,6 +57,22 @@ import Raven from 'raven-js'; tooltips: { controls: true, }, + /* controls: [ + 'play-large', + 'restart', + 'rewind', + 'play', + 'fast-forward', + 'progress', + 'current-time', + 'mute', + 'volume', + 'captions', + 'settings', + 'pip', + 'airplay', + 'fullscreen', + ], */ captions: { active: true, }, |