Add more config in plyr

This commit is contained in:
Jesús 2020-09-20 15:41:37 -05:00
parent 8b7dc4bdd6
commit e0060cb4b5
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -12,6 +12,9 @@ const player = new Plyr('#player-ply', {
'settings',
'download',
'fullscreen'
]
],
iconUrl: "/theme/modules/plyr/plyr.svg",
blankVideo: "/theme/modules/plyr/blank.webm",
debug: true,
});
// @license-end