diff --git a/src/wp-content/themes/twentytwenty/functions.php b/src/wp-content/themes/twentytwenty/functions.php index 049bbec5af..1ce76a6f6d 100644 --- a/src/wp-content/themes/twentytwenty/functions.php +++ b/src/wp-content/themes/twentytwenty/functions.php @@ -119,6 +119,9 @@ function twentytwenty_theme_support() { // Add support for full and wide align images. add_theme_support( 'align-wide' ); + // Add support for responsive embeds. + add_theme_support( 'responsive-embeds' ); + /* * Adds starter content to highlight the theme on fresh sites. * This is done conditionally to avoid loading the starter content on every