最佳答案
我试图使用 YouTube 播放器演示来生成我的视频自动播放和循环所需的代码。 但是只有自动播放可以工作,它不会循环,演示视频也不能工作。
<iframe class="embed-responsive-item" id="ytplayer" type="text/html" width="640" height="360" src="https://www.youtube.com/embed/M7lc1UVf-VE?&autoplay=1&loop=1&rel=0&showinfo=0&color=white&iv_load_policy=3" frameborder="0" allowfullscreen>
</iframe>