bugfix
This commit is contained in:
parent
da4678c5b8
commit
195a8de10e
@ -85,6 +85,9 @@ bricks.Video = class extends bricks.Layout {
|
||||
this._set_source();
|
||||
if (self.autoplay || self.auto_play){
|
||||
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