E.g. if I use this code inside functions.php
add_image_size( 'featured-extra-image', 600, 300, true );
and the uploaded image is only 550px width, it does not resize it to 600x300 px but only to 550x300 px.
How to force WP to resize it to my custom size, even it is bigger than original uploaded image?