diff options
author | Sam Potts <sam@potts.es> | 2019-01-08 23:34:44 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-01-08 23:34:44 +1100 |
commit | cd9cbfbd1ecc50ebe463e1a9876c86478bc12b8f (patch) | |
tree | 6d6f43f53d352837bac2e9f9392ad17aba42eb6d /demo/src/js | |
parent | 7dd7c13065212ffed67f6f2ac34d4a96c565ef60 (diff) | |
download | plyr-cd9cbfbd1ecc50ebe463e1a9876c86478bc12b8f.tar.lz plyr-cd9cbfbd1ecc50ebe463e1a9876c86478bc12b8f.tar.xz plyr-cd9cbfbd1ecc50ebe463e1a9876c86478bc12b8f.zip |
Enable thumbs in demo
Diffstat (limited to 'demo/src/js')
-rw-r--r-- | demo/src/js/demo.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js index accd1371..e4dabde6 100644 --- a/demo/src/js/demo.js +++ b/demo/src/js/demo.js @@ -78,6 +78,13 @@ import Raven from 'raven-js'; enabled: env.prod || env.dev, publisherId: '918848828995742', }, + previewThumbnails: { + enabled: true, + src: [ + 'https://cdn.plyr.io/static/demo/thumbs/100p.vtt', + 'https://cdn.plyr.io/static/demo/thumbs/240p.vtt', + ], + }, }); // Expose for tinkering in the console |