gpt4 book ai didi

html - YouTube 嵌入 iframe 未在 Safari 中显示

转载 作者:可可西里 更新时间:2023-11-01 13:33:58 26 4
gpt4 key购买 nike

链接是http://thecodeclub.org/并且有一个 YouTube 视频。

在 Chrome 中工作正常,但 iframe 在 Safari 中仍然是空白?

有没有其他人遇到过这个问题或有解决办法?

<div class="wrapper wrapper-style2">
<article id="work">
<header>
<h2>What Most Schools Don't Teach</h2>
<p>Even rap stars are learning to code...</p>
</header>
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/nKIu9yen5nc?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
<a href="#courses" class="button button-big">The Courses.</a>

</article>
</div>

最佳答案

最后是 https 导致了问题。如下所示将其更改为 http,它工作正常。

<iframe width="560" height="315" src="http://www.youtube.com/embed/KX5PdVd1-OU" frameborder="0" allowfullscreen></iframe>

关于html - YouTube 嵌入 iframe 未在 Safari 中显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21890682/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com