Set the Thumbnail size

This goes into your theme setup function in functions.php

set_post_thumbnail_size( 1260, 700, true );

(To register new sizes: https://developer.wordpress.org/reference/functions/add_image_size/.)

Leave a Reply

Your email address will not be published. Required fields are marked *