Editing featured image

You can add image sizes and cropping settings with the add_image_size() function. Call the declared name of your size at the frontend and you’ll have your desired size and crop.

The image is stored as an id, you can pick whatever size you want with the the_post_thumbnail() function. PE: the_post_thumbnail(‘medium’); will show the featured image with medium settings.