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

@ -413,6 +413,15 @@ const defaults = {
previewThumbnails: {
enabled: false,
},
// Vimeo plugin
vimeo: {
byline: false,
portrait: false,
title: false,
speed: true,
transparent: false,
},
};
export default defaults;