text 添加响应式容器以嵌入wordpress

Posted

tags:

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

/*  Add responsive container to embeds on functions.php
/* ------------------------------------ */ 
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



/* CSS */
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

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

Wordpress 将响应式 srcset 标题图像添加到主题

如何让 Marketo 表单在嵌入到响应式 WordPress 网站时做出响应?

php Wordpress响应式视频嵌入

php Wordpress响应式视频嵌入

php WordPress响应式嵌入

WordPress 中的响应式 iframe