forked from 0x2620/oxjs
set inital volume
This commit is contained in:
parent
1e0537c95f
commit
fa93686845
2 changed files with 5 additions and 3 deletions
|
|
@ -444,7 +444,8 @@ Ox.VideoPlayer = function(options, self) {
|
|||
self.$video = Ox.VideoElement({
|
||||
items: self.video,
|
||||
loop: self.options.loop,
|
||||
playbackRate: self.options.playbackRate
|
||||
playbackRate: self.options.playbackRate,
|
||||
volume: self.options.volume
|
||||
})
|
||||
.bindEvent(Ox.extend({
|
||||
durationchange: durationchange,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue