video.js在iframe中如何解决无法自动播放问题

使用video.js播放视频,如果集成在iframe中,无法自动播放,如何解决呢?其实很简单,设置下 allow="autoplay" ,如下所示:

<iframe src="test.html" width="640" height="360" style="border:0" allow="autoplay" allowfullscreen></iframe>
posted @ 2019-05-28 14:36  Marvin1311  阅读(1218)  评论(0编辑  收藏  举报