css 强制响应YouTube和Vimeo剪辑 - 适用于上传自己视频的客户

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 强制响应YouTube和Vimeo剪辑 - 适用于上传自己视频的客户相关的知识,希望对你有一定的参考价值。

<script>
  $(document).ready(function () { 
  $('iframe[src*="youtube.com"], iframe[src*="vimeo.com"]').wrap('<div class="embed-container" />')
  ;});
</script>
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100% !important; 
  height: 100% !important; 
}

以上是关于css 强制响应YouTube和Vimeo剪辑 - 适用于上传自己视频的客户的主要内容,如果未能解决你的问题,请参考以下文章

css 使用CSS响应YouTube和Vimeo视频

css 只有CSS响应的YouTube / Vimeo嵌入式

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

html 响应Vimeo,Youtube视频

如何在 iPhone 的应用程序中播放 youtube/vimeo 视频

html 响应性地嵌入YouTube,Vimeo,Google地图,iframe等