Adds options for vimeo plugin #1316

This adds replaces hard coded vimeo options with options that can be passed to the Plyr instance when initializing.
This commit is contained in:
Christian Gambardella
2019-01-24 12:07:01 +01:00
parent c577eb01ce
commit 052e426810
4 changed files with 18 additions and 5 deletions

View File

@ -85,6 +85,9 @@ import Raven from 'raven-js';
'https://cdn.plyr.io/static/demo/thumbs/240p.vtt',
],
},
vimeo: {
transparent: true,
},
});
// Expose for tinkering in the console