【发布时间】:2019-07-20 05:44:04
【问题描述】:
我正在尝试让嵌入的 YouTube 视频自动播放。我已经在参数中设置了 ?autoplay=1 ,但这似乎已被弃用。不过,我还没有找到任何关于它的文档。
如何让视频自动播放?
<iframe class="iframe-vid" width="560" height="315" src="https://www.youtube.com/embed/Bey4XXJAqS8?autoplay=1&enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
【问题讨论】:
-
如果您在 Google Chrome 中遇到此问题,this answer 可能会帮助您。