How to resize uploaded image from original (300×200) to featured (350×200)?
-
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)
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.