forked from 0x2620/oxjs
add 'DRM'
This commit is contained in:
parent
087305a650
commit
1954a7a799
5 changed files with 123 additions and 14 deletions
|
|
@ -15,6 +15,7 @@ Ox.VideoPanelPlayer = function(options, self) {
|
|||
var that = Ox.Element({}, self)
|
||||
.defaults({
|
||||
annotationsSize: 256,
|
||||
censored: [],
|
||||
duration: 0,
|
||||
height: 0,
|
||||
'in': 0,
|
||||
|
|
@ -65,6 +66,7 @@ Ox.VideoPanelPlayer = function(options, self) {
|
|||
});
|
||||
|
||||
self.$video = Ox.VideoPlayer({
|
||||
censored: self.options.censored,
|
||||
controlsTop: ['fullscreen', 'title', 'find'],
|
||||
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'position', 'resolution'],
|
||||
enableFind: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue