【发布时间】:2014-10-23 00:47:53
【问题描述】:
您好,我正在尝试在 Twitter Boostrap 3 中将 Youtube 视频的 iframe 居中,目前它是左对齐的。
我使用了以下html:
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item"
src="http://www.youtube.com/embed/zpOULjyy-n8?rel=0"
align="center" id="videothumbnail"></iframe>
</div>
CSS:
#videothumbnail{
height: 50%;
width: 50%;
float: center;}
【问题讨论】:
-
@dcc 这绝对不是那个问题的重复。这个问题是关于如何使用 Bootstrap from Twitter framework, Version 3 中内置的类。
标签: css youtube twitter-bootstrap-3 html5-video