php Wordpress响应式视频嵌入
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Wordpress响应式视频嵌入相关的知识,希望对你有一定的参考价值。
.embed-container {
position: relative;
overflow: hidden;
max-width: 100%;
height: auto;
padding-bottom: 56.25%;
margin-bottom: 1em;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Add responsive container to embeds
/* ------------------------------------ */
function alx_embed_html( $html ) {
return '<div class="video-container">' . $html . '</div>';
}
add_filter( 'embed_oembed_html', 'alx_embed_html', 10, 3 );
add_filter( 'video_embed_html', 'alx_embed_html' ); // Jetpack
以上是关于php Wordpress响应式视频嵌入的主要内容,如果未能解决你的问题,请参考以下文章
php WordPress响应式嵌入
php 使WordPress默认视频嵌入响应
WordPress 中的响应式 iframe
如何让 Marketo 表单在嵌入到响应式 WordPress 网站时做出响应?
text 添加响应式容器以嵌入wordpress
markdown 使Wordpress帖子中的视频嵌入响应。