ios - 如何防止嵌入的 YouTube 视频在 iOS Safari 或 Chrome 中全屏显示?
<p><p>我有以下标记:</p>
<pre><code><iframe allowfullscreeen="0" frameborder="0" height="360" id="ytplayer" type="text/html" webkitallowfullscreen="0" width="480" src="https://www.youtube.com/embed/qIuK3JZ33uk"></iframe>
</code></pre>
<p>当我点击 iOS Safari 或 Chrome 上的播放按钮时,视频会进入全屏播放器。单击右下角的图标可以将其最小化回其页内大小,但一开始全屏显示可以避免吗?</p>
<p> <a href="/image/zCz1O.jpg" rel="noreferrer noopener nofollow"><img src="/image/zCz1O.jpg" alt="enter image description here"/></a> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>这就是答案 <a href="https://stackoverflow.com/questions/33367473/display-youtube-video-inline-on-ios-devices" rel="noreferrer noopener nofollow">Display youtube video inline on IOS devices</a> </p>
<pre><code>playsinline=1
</code></pre>
<p>在 src 网址中。</p></p>
<p style="font-size: 20px;">关于ios - 如何防止嵌入的 YouTube 视频在 iOS Safari 或 Chrome 中全屏显示?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/45948123/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/45948123/
</a>
</p>
页:
[1]