ソースを参照

Illustratr: Add theme support for responsive embeds.

Laurel Fulford 6 年 前
コミット
fa6307717c
1 ファイル変更5 行追加2 行削除
  1. 5 2
      illustratr/functions.php

+ 5 - 2
illustratr/functions.php

@@ -92,6 +92,9 @@ function illustratr_setup() {
 		'comment-form',
 		'gallery',
 	) );
+
+	// Add support for responsive embeds.
+	add_theme_support( 'responsive-embeds' );
 }
 endif; // illustratr_setup
 add_action( 'after_setup_theme', 'illustratr_setup' );
@@ -237,8 +240,8 @@ function illustratr_scripts() {
 }
 add_action( 'wp_enqueue_scripts', 'illustratr_scripts' );
 
-/** 
- * Gutenberg Editor Styles 
+/**
+ * Gutenberg Editor Styles
  */
 function apostrophe_2_editor_styles() {
 	wp_enqueue_style( 'illustratr-editor-block-style', get_template_directory_uri() . '/editor-blocks.css');