html 使用flexbox响应youtube视频
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 使用flexbox响应youtube视频相关的知识,希望对你有一定的参考价值。
<div class="wrap">
<div class="flex-videoWrapper" style="display:flex;">
<iframe width="560" height="315" src="put youtube link here" frameborder="0" allowfullscreen style="flex:1; margin: 10px;"></iframe>
<iframe width="560" height="315" src="put youtube link here" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen style="flex:1; margin: 10px;"></iframe>
</div>
<style media="screen">
@media all and (min-width: 779px) {
.flex-videoWrapper {
flex-direction: row;
}
}
@media all and (max-width: 778px) {
.flex-videoWrapper {
flex-direction: column;
}
}
@media all and (max-width: 619px) {
.flex-videoWrapper iframe {
width: 100%;
}
}
</style>
</div>
</div>
以上是关于html 使用flexbox响应youtube视频的主要内容,如果未能解决你的问题,请参考以下文章
html 响应式嵌入YouTube视频
YouTube 视频响应章节停止
javascript 使用YouTube API的响应式YouTube视频背景
css 使用CSS响应YouTube和Vimeo视频
使 Youtube 视频响应网页中心
YouTube API v3 响应缺少视频