html 响应Vimeo,Youtube视频
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 响应Vimeo,Youtube视频相关的知识,希望对你有一定的参考价值。
<style>
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<div class='embed-container'>
<iframe src='https://player.vimeo.com/video/11712103' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</div>
以上是关于html 响应Vimeo,Youtube视频的主要内容,如果未能解决你的问题,请参考以下文章
css 强制响应YouTube和Vimeo剪辑 - 适用于上传自己视频的客户
css 强制响应YouTube和Vimeo剪辑 - 适用于上传自己视频的客户
css 使用iFrame的响应式YouTube和Vimeo视频 - 来自https://www.ostraining.com/blog/coding/responsive-videos/
html 响应性地嵌入YouTube,Vimeo,Google地图,iframe等
如何在没有 Youtube 或 Vimeo 的情况下嵌入视频?
javascript 一种阻止播放YouTube,Vimeo和HTML5视频的简单方法。