[play.js]: update
This commit is contained in:
parent
68eb07e540
commit
b79c94afcc
@ -1,20 +1,21 @@
|
|||||||
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
|
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
|
||||||
const player = new Plyr('#player-ply', {
|
const player = new Plyr('#player-ply', {
|
||||||
captions: { active: true, language: 'es' },
|
captions: { active: true, language: 'es' },
|
||||||
controls: [
|
controls: [
|
||||||
'play-large',
|
'play-large',
|
||||||
'play',
|
'play',
|
||||||
'progress',
|
'progress',
|
||||||
'current-time',
|
'current-time',
|
||||||
'mute',
|
'duration',
|
||||||
'volume',
|
'mute',
|
||||||
'captions',
|
'volume',
|
||||||
'settings',
|
'captions',
|
||||||
'download',
|
'settings',
|
||||||
'fullscreen'
|
'download',
|
||||||
],
|
'fullscreen'
|
||||||
iconUrl: "/theme/modules/plyr/plyr.svg",
|
],
|
||||||
blankVideo: "/theme/modules/plyr/blank.webm",
|
iconUrl: "/theme/modules/plyr/plyr.svg",
|
||||||
debug: true,
|
blankVideo: "/theme/modules/plyr/blank.webm",
|
||||||
|
debug: false,
|
||||||
});
|
});
|
||||||
// @license-end
|
// @license-end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user