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;
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;
No comments:
Post a Comment
Please share your thought about this