Browse Source

Adds support for responsive embeds.

Caroline Moore 6 years ago
parent
commit
2615848caf
1 changed files with 5 additions and 0 deletions
  1. 5 0
      illustratr/functions.php

+ 5 - 0
illustratr/functions.php

@@ -60,6 +60,11 @@ function illustratr_setup() {
 	 */
 	add_editor_style( 'editor-style.css' );
 
+	/**
+	 * Responsive embeds
+	 */
+	add_theme_support( 'responsive-embeds' );
+
 	/*
 	 * Enable support for Post Thumbnails on posts and pages.
 	 *