bugfix
This commit is contained in:
parent
6efe9cce85
commit
0dded0052b
@ -96,7 +96,7 @@ bricks.Video = class extends bricks.Layout {
|
||||
if (this.autoplay){
|
||||
this.player.autoplay = true;
|
||||
this.player.muted = true;
|
||||
// this.player.ready(this.auto_play.bind(this));
|
||||
this.player.ready(this.auto_play.bind(this));
|
||||
} else {
|
||||
console.log('autoplay=', this.autoplay, this.auto_play);
|
||||
// this.player.ready(this.auto_play.bind(this));
|
||||
|
Loading…
Reference in New Issue
Block a user