css 响应式修复iframe视频

Posted

tags:

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

//This should only be impletmented on mobile.  Then after, tweak css as needed.

//.wrapper class represents the container or "wrap"

@media all and (max-width: 600px) {
.v-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    }
.v-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
}

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

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

为响应式设计缩放 iframe 仅 CSS

css 使用iFrame的响应式YouTube和Vimeo视频 - 来自https://www.ostraining.com/blog/coding/responsive-videos/

css 响应式iframe的CSS

html 响应式视频/ iframe

html 响应式iframe视频