Add responsive embed support
Related to https://github.com/understrap/understrap/issues/931
This commit is contained in:
parent
17eb1c5b18
commit
f663655b7a
|
@ -92,6 +92,9 @@ if ( ! function_exists ( 'understrap_setup' ) ) {
|
||||||
// Set up the WordPress Theme logo feature.
|
// Set up the WordPress Theme logo feature.
|
||||||
add_theme_support( 'custom-logo' );
|
add_theme_support( 'custom-logo' );
|
||||||
|
|
||||||
|
// Add support for responsive embedded content.
|
||||||
|
add_theme_support( 'responsive-embeds' );
|
||||||
|
|
||||||
// Check and setup theme default settings.
|
// Check and setup theme default settings.
|
||||||
understrap_setup_theme_default_settings();
|
understrap_setup_theme_default_settings();
|
||||||
|
|
||||||
|
|
Reference in New Issue