diff options
Diffstat (limited to 'demo/dist/demo.js')
-rw-r--r-- | demo/dist/demo.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demo/dist/demo.js b/demo/dist/demo.js index e3d4e6c2..2fe063fc 100644 --- a/demo/dist/demo.js +++ b/demo/dist/demo.js @@ -4158,6 +4158,10 @@ typeof navigator === "object" && (function () { ads: { 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 |