Selaa lähdekoodia

Change $content_width to the correct maximum width

Kostas Nicolacopoulos 10 vuotta sitten
vanhempi
commit
a8f8f063f7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 *************/