Add more config in plyr

This commit is contained in:
Jesús
2020-09-20 15:41:37 -05:00
parent 8b7dc4bdd6
commit e0060cb4b5

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