소스 검색

Adds support for responsive embeds.

Caroline Moore 6 년 전
부모
커밋
2615848caf
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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.
 	 *