html – 无法停止在滑块上的youtube嵌入式视频上自动播放

有很多关于此的信息,将autoplay或autostart设置为false的修复似乎很简单.

只有它根本不适合我,尝试过每一个组合都能想到的.

我在wordpress中的图层滑块幻灯片中嵌入视频,视频播放正在停止从过渡到下一个幻灯片.

任何帮助,将不胜感激.

以下是我尝试使其工作的各种方法的一些示例.这与Chrome上的问题一样,也适用于safari和mobile

<iframe width="560" height="315" src="https://www.youtube.com/embed/PhCLPGg2WOM?autoplay=0” frameborder="0" allowfullscreen=“></iframe>

<iframe width="560" height="315" src="https://www.youtube.com/embed/PhCLPGg2WOM?autoplay=false" type="audio/mpeg" frameborder="0" allowfullscreen></iframe>

<iframe width="560" height="315" src="https://www.youtube.com/embed/tUJJv0EZSuI" frameborder="0" allowfullscreen autoplay="0" autostart="0" type="audio/mpeg"></iframe>

最佳答案 转到滑块设置,然后在“视频”部分下关闭自动播放模式.因为它不是自己的代码.检查下面给出的链接,将是有用的.

https://wordpress.org/support/topic/stopping-autoplay-on-iframe-videos/

点赞