loop=1 不工作 youtube-iframe-api

loop=1 is not workin youtube-iframe-api

您好,我必须在我的网站上使用 YouTube 视频,它应该循环播放,但 loop=1 不起作用我希望我以正确的方式进行操作,有人可以帮助我吗(提前致谢)

<html>
<iframe width="560" height="315" src="https://www.youtube.com/embed/1wUgMEaUUrM?rel=0&amp;controls=0&amp;showinfo=0&amp;autoplay=1&amp;start=40&amp;loop=1"
    frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
 </html>

请指定您需要循环播放多少次,或者您想要自动播放,或者您不想显示相关内容 video.You 可以自定义您的 youtube 视频 visit here for more info 如果您需要更多帮助,请发表评论! 谢谢! 这是您的解决方案

<iframe class="embed-responsive-item"id="ytplayer" type="text/html" width="640" height="360" src="https://www.youtube.com/embed/1wUgMEaUUrM?&autoplay=1&mute=1&loop=1&rel=0&showinfo=0&color=white&iv_load_policy=3&playlist=1wUgMEaUUrM"
      frameborder="0" allowfullscreen></iframe>

这里是fiddle