I added a github issue for this.
Will be fixed in 14.2
https://github.com/Yoast/wordpress-seo/issues/15286
I have downgraded to 13.4 until then: https://github.com/Yoast/wordpress-seo/releases/tag/13.4
-
This reply was modified 6 years ago by kudoslabs.
dennis answer didn’t work for me.
but in functions.php define your image size:
add_image_size( 'img_160_200', 160, 200, true );
then to output:
kd_mfi_the_featured_image( 'featured-image-2', 'post', 'img_160_200' );