Embedded video size

I am embedding our youtube videos onto our most recent teachings page (for a church). I cannot find any way to change the embedded size. I have browsed through many other support requests and nothing they recommend works. Is there any way to change it?
www.calvaryov.org/newsite2/most-recent/

Hi Kevin,

Thanks for reaching out.

You can directly change your Video embed’s aspect ratio through the element. And it’s along where you added your embed code.

Cheers!

I do not see that option…

Hi Kevin,

Thanks for the screenshot, now I know what video you’re referring. It’s Gutenberg element which is different from Visua Composer or Cornerstone builder. I recommend checking Gutenberg documentation for more information. This might help as well https://wordpress.org/gutenberg/handbook/designers-developers/developers/themes/theme-support/#responsive-embedded-content

I also notice that you already implemented this,

// Additional Functions
// =============================================================================
// Load default block styles.
add_theme_support( 'wp-block-styles' );

// Add support for responsive embeds.
add_theme_support( 'responsive-embeds' );

What’s left is changing the class that you added to change the aspect ratio

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.