Image Size wrong during upload
The maximum width of an image displayed in content is not just determined by the image sizes you set or CSS settings, it is also determined by the content width set in functions.php through code similar to the following if ( ! isset( $content_width ) ) { $content_width = 960; } You need to set … Read more