aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/js
diff options
context:
space:
mode:
Diffstat (limited to 'demo/src/js')
-rw-r--r--demo/src/js/demo.js7
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