Преглед изворни кода

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 *************/