-
Notifications
You must be signed in to change notification settings - Fork 12
Responsive Videos
Ben Gillbanks edited this page Jul 28, 2020
·
3 revisions
Ensure videos embedded in post content maintain a 16:9 aspect ratio.
If your theme supports responsive-embeds and you use a responsive block then this the plugin will not resize that block.
If you want to wrap video content outside of the loop then you can call the toolbelt_responsive_video_embed_html
function.
echo toolbelt_responsive_video_embed_html( $video_html );
Toolbelt is built by Ben from Pro Theme Design.