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:
@ -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;
|
||||
|
Reference in New Issue
Block a user