Set add_image_size() greater than content width in media box
How can I set a image size bigger then the defined max content width in the media box?
The content width is set to:
if ( ! isset( $content_width ) ) {
$content_width = 960;
}
If I add now a picture with size bigger then the $content_with
, it get scaled down.
add_image_size( 'post-visual', 2048, 900, true );
The picture gets sized but at the moment it appears in the media box only with the dimensions of 960x421
.
Topic content-width images Wordpress
Category Web