【发布时间】:2017-11-22 18:02:39
【问题描述】:
除了 YouTube 播放器的大小之外,以下代码运行良好。我无法将其调整为我想要的大小。
我尝试将 width="150" 和 height="100" 放入 iframe,但没有任何反应。
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item"
src="https://www.youtube.com/embed/q6xWV-uDl5E?autoplay=1" allowfullscreen>
</iframe>
</div>
【问题讨论】: