javascript 响应式YouTube嵌入

Posted

tags:

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



/* iFrame Responsive Styling */
div.templatecontent .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
div.templatecontent .embed-container iframe,
div.templatecontent .embed-container object,
div.templatecontent .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
// Wrapping videos
$('div.templatecontent iframe').each(function() {
	$(this).wrap('<div class="embed-container"></div>');
});

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

html 响应式YouTube嵌入

css 响应式Youtube视频嵌入。

如何使用 Twitter Bootstrap 实现响应式 Youtube 嵌入 iframe?

javascript 使用YouTube API的响应式YouTube视频背景

响应式 Youtube

如何正确显示和居中对齐我的响应式 youtube 视频?