【发布时间】:2015-08-09 02:43:48
【问题描述】:
我正在尝试将 YouTube 视频嵌入到带有 iframe 的 HTML 页面中。我有疑问(尺寸不对)。视频链接:https://www.youtube.com/watch?v=EqQ6gy-tT9Y?autoplay=1
我的html代码:
<section id="test">
<div style="text-align: center;">
<iframe src="https://www.youtube.com/watch?v=EqQ6gy-tT9Y?
autoplay=1" width="420" height="315" align="center">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
</section>
【问题讨论】: