我正在尝试通过 JavaScript 替换我网站上的 iframe 的内容。这一切都很好,除了自动播放在 iOS 中不起作用。
<iframe id="gallery-video" class="yt-player" type="text/html" width="940" height="530" src="http://www.youtube.com/embed/cKJ1s7l3GrI?theme=light&rel=0&autohide=1&wmode=transparent&enablejsapi=1" frameloadVideoById border="0" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
$('#gallery-video').attr('src','https://www.youtube.com/embed/' + vidID + '?autoplay=1');