css 响应式iframe的CSS

Posted

tags:

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

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

css iframe / youtube / video的响应式CSS

css 响应式iFrame

css 响应式修复iframe视频

css 响应式iframe

css 响应式视频iframe

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