Browse Source

responsive embed

windhamdavid 2 years ago
parent
commit
dbcec6acc8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      functions.php

+ 1 - 0
functions.php

@@ -9,6 +9,7 @@ function dw_setup() {
 	add_theme_support( 'title-tag' );
   add_theme_support( 'wp-block-styles' );
 	add_theme_support( 'automatic-feed-links' );
+	add_theme_support( 'responsive-embeds' );
 	add_theme_support( 'menus' );
 	add_theme_support( 'post-thumbnails' );
 	add_theme_support( 'html5', array( 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption' ) );