css 流畅的youtube iframe
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 流畅的youtube iframe相关的知识,希望对你有一定的参考价值。
<div class="videoWrapper">
<!-- Copy & Pasted from YouTube -->
<iframe width="560" height="349" src="http://www.youtube.com/embed/n_dZNLr2cME?rel=0&hd=1" frameborder="0" allowfullscreen></iframe>
</div>
.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%;
}
以上是关于css 流畅的youtube iframe的主要内容,如果未能解决你的问题,请参考以下文章
css iframe / youtube / video的响应式CSS
css 响应iframes vzw。 YouTube视频
为响应式设计缩放 iframe 仅 CSS
html 流畅的iframe没有javascript(来源:http://www.bymichaellancaster.com/blog/secrets-of-lea-verou-css)
css 使用iFrame的响应式YouTube和Vimeo视频 - 来自https://www.ostraining.com/blog/coding/responsive-videos/
灯箱关闭后,羽毛灯箱中的 Youtube iframe 视频继续播放