diff options
| author | Sam Potts <sam@potts.es> | 2018-03-27 10:36:08 +1100 | 
|---|---|---|
| committer | Sam Potts <sam@potts.es> | 2018-03-27 10:36:08 +1100 | 
| commit | 9c1bc6ab08e4fe68565a12f76b58684f4c6a8354 (patch) | |
| tree | f36ad0d9fbd5591038bba52822bad9c21121636d /demo/src/js | |
| parent | 3d2ba8c00942075ae387a09ab5aade1f680142c7 (diff) | |
| download | plyr-9c1bc6ab08e4fe68565a12f76b58684f4c6a8354.tar.lz plyr-9c1bc6ab08e4fe68565a12f76b58684f4c6a8354.tar.xz plyr-9c1bc6ab08e4fe68565a12f76b58684f4c6a8354.zip | |
Fixes for fast forward and issues with event.preventDefault()
Diffstat (limited to 'demo/src/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,                  }, | 
