html 响应式嵌入YouTube视频
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 响应式嵌入YouTube视频相关的知识,希望对你有一定的参考价值。
<div class="videoWrapper">
<iframe width="560" height="349" src="http://www.youtube.com/embed/n_dZNLr2cME?rel=0&hd=1" frameborder="0" allowfullscreen></iframe>
</div>
<style>
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
以上是关于html 响应式嵌入YouTube视频的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Twitter Bootstrap 实现响应式 Youtube 嵌入 iframe?
html 响应式YouTube嵌入
如何正确显示和居中对齐我的响应式 youtube 视频?
没有黑条的响应式全屏 youtube 视频?
响应式视频嵌入到弹性父级中
为响应式设计缩放 iframe 仅 CSS