Monday 25 June 2012

Wordpress - set the large image size in editor

The large image size will be depend on the global variable $content_width.


Even if we change the settings in the media settings to a bigger one, we have to put the width to $content_width.


  In functions.php inside the active theme folder, 
   change like this,
   


if ( ! isset( $content_width ) ) 
$content_width = 754;