嵌入式Youtube视频无法在iPhone或iPad上运行

时间:2014-11-14 03:20:33

标签: youtube-api html5-video

我的目标网页上嵌入了YouTube视频(focus.brainbeat.com/adhd)。它在台式机和Android手机上运行良好,但在iPhone或iPad上无法播放。以下是正在使用的代码......

<div class="Lightbox Lightbox--demo" id="demo">
    <div class="Lightbox-wrapper">
        <p class="Lightbox-close"><a href="#">Close</a></p>
    <iframe id="demo-iframe" src="https://www.youtube.com/embed/058eNc41xVk?wmode=opaque&version=3&enablejsapi=1" height="450" width="800" allowfullscreen="" frameborder="0"></iframe>
            </div>

    <script src="https://www.youtube.com/player_api"></script>

为什么它不起作用?

感谢您的帮助!

0 个答案:

没有答案