css 响应式Youtube视频嵌入。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 响应式Youtube视频嵌入。相关的知识,希望对你有一定的参考价值。

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

以上是关于css 响应式Youtube视频嵌入。的主要内容,如果未能解决你的问题,请参考以下文章

html 响应式嵌入YouTube视频

响应式视频嵌入到弹性父级中

删除 youtube 嵌入的黑色边框

如何使用 Twitter Bootstrap 实现响应式 Youtube 嵌入 iframe?

如何正确显示和居中对齐我的响应式 youtube 视频?

没有黑条的响应式全屏 youtube 视频?