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/.)
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/.)