Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的网站上,我在顶部有横幅,横幅是 iFrame 元素。我现在需要在横幅 iFrame 中添加一个 youtube 视频。
如何在另一个 iframe 中添加 youtube iframe?问题是,我可以轻松地将 youtube 视频添加到横幅中,但我无法在不更改整个 iframe 的情况下更改 youtube 视频的大小。
我可以很容易地用 HTML 制作整个东西,但它必须是 iframe。这就是我卡住的地方。
您可以将 iframe 放在 iframe 旁边作为横幅,然后放置绝对位置并将其放置在 iframe 中。它肮脏但可行。
<iframe style="position: absolute; left: 0px; top: 0px;" src="" /></iframe>