gpt4 book ai didi

html - 尝试在网页上显示YouTube视频

转载 作者:行者123 更新时间:2023-12-03 06:20:11 25 4
gpt4 key购买 nike

我试图在网页上显示YouTube视频,但是出现的是一个带有黑色边框的空白框,该视频应该放在黑色边框上。这是代码。

<html>
<head>
<title>Granada High School Class of 1986 Graduation</title>
</head>
<body>
<iframe width="420" height="315"
src="https://www.youtube.com/watch?v=l_fN8LXco2A?autoplay=0">
</iframe>
</body>
</html>

最佳答案

试试这个代码。当您单击共享然后嵌入时,这是由Youtube提供的:

enter image description here

<iframe width="560" height="315" src="https://www.youtube.com/embed/l_fN8LXco2A" frameborder="0" allowfullscreen></iframe>

希望能帮助到你

关于html - 尝试在网页上显示YouTube视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36671322/

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