Enable thumbs in demo
This commit is contained in:
parent
7dd7c13065
commit
cd9cbfbd1e
@ -78,6 +78,13 @@ import Raven from 'raven-js';
|
|||||||
enabled: env.prod || env.dev,
|
enabled: env.prod || env.dev,
|
||||||
publisherId: '918848828995742',
|
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
|
// Expose for tinkering in the console
|
||||||
|
Loading…
x
Reference in New Issue
Block a user