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