fix muted state on load

This commit is contained in:
j 2021-08-04 14:42:10 +02:00
commit f4cafdfd7e
2 changed files with 9 additions and 4 deletions

View file

@ -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
})