css 响应式iframe

Posted

tags:

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

 .iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

css iframe / youtube / video的响应式CSS

css 响应式iFrame

css 响应式修复iframe视频

css 响应式iframe

css 响应式视频iframe

仅使用 CSS 的响应式视频 iframe(保持纵横比)?