css iframe / youtube / video的响应式CSS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css iframe / youtube / video的响应式CSS相关的知识,希望对你有一定的参考价值。
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/571yiNrFDYI" frameborder="0" allowfullscreen></iframe>
</div>
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
}
.video-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
以上是关于css iframe / youtube / video的响应式CSS的主要内容,如果未能解决你的问题,请参考以下文章
css 流畅的youtube iframe
css 响应iframes vzw。 YouTube视频
为响应式设计缩放 iframe 仅 CSS
css 使用iFrame的响应式YouTube和Vimeo视频 - 来自https://www.ostraining.com/blog/coding/responsive-videos/
在 iframe 上自定义 css [重复]
灯箱关闭后,羽毛灯箱中的 Youtube iframe 视频继续播放