Merge pull request #935 from understrap/MarieComet-responsive-embed-support
Add responsive embed support - thx @MarieComet
This commit is contained in:
commit
74b0d072d3
|
@ -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