css 响应式嵌入式视频

Posted

tags:

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

<div class="video-wrapper">
  <iframe></iframe>
</div>
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

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


/*
To Calculate the padding %age do the following: 

Given the video with an aspect ratio of 16:9

padding-bottom: ((9/16) * 100) %
*/

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

css 响应式Youtube视频嵌入。

css 添加响应式容器以在wysiwyg中嵌入视频

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

为响应式设计缩放 iframe 仅 CSS

响应式将多个视频彼此相邻并在彼此下方嵌入

php Wordpress响应式视频嵌入