소스 검색

Change $content_width to the correct maximum width

Kostas Nicolacopoulos 10 년 전
부모
커밋
a8f8f063f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -67,7 +67,7 @@ add_action( 'after_setup_theme', 'bones_ahoy' );
 /************* OEMBED SIZE OPTIONS *************/
 
 if ( ! isset( $content_width ) ) {
-	$content_width = 640;
+	$content_width = 680;
 }
 
 /************* THUMBNAIL SIZE OPTIONS *************/