• Currently this code in functions.php is working good only for at least 350px wide images but for everything smaller say 300px it will not resize it correctly to 350×200, but stay on 300×200:

    add_image_size( 'featured', 350, 200, true );

    How to force WP to resize it even my uploaded image is smaller than the resized proportions. I guess I need to adjust some core function for resizing.

    Any advice?

Viewing 1 replies (of 1 total)
  • WordPress will not upscale images… only downscale. Upscaling is usually a bad idea visually as it destroys the images sharpness.

Viewing 1 replies (of 1 total)
  • The topic ‘How to resize uploaded image from original (300×200) to featured (350×200)?’ is closed to new replies.