fix muted state on load
This commit is contained in:
parent
fa93686845
commit
f4cafdfd7e
2 changed files with 9 additions and 4 deletions
|
|
@ -444,6 +444,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
self.$video = Ox.VideoElement({
|
||||
items: self.video,
|
||||
loop: self.options.loop,
|
||||
muted: self.options.muted,
|
||||
playbackRate: self.options.playbackRate,
|
||||
volume: self.options.volume
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue