le-player
Version:
The best HTML5 video player made for Lectoriy.
23 lines (21 loc) • 397 B
JavaScript
export const preset = {
options : {
width : '100%',
controlsOptions : {
common : {
align : ['justify']
}
},
controls : {
common : [
['play', 'timeline', 'rate', 'volume', 'source', 'fullscreen'],
],
fullscreen : [
['play', 'timeline', 'rate', 'volume', 'source', 'fullscreen']
],
mini : [
['play', 'timeline', 'volume', 'fullscreen']
],
}
},
}