diff --git a/bricks/video.js b/bricks/video.js index 1a0ce33..f33a9ff 100755 --- a/bricks/video.js +++ b/bricks/video.js @@ -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));