Add custom thubmnail image size. If the image size is bigger than size define in the custom size it will be cut and center.
<?php add_image_size( 'custom-size', 220, 180, true ); // 220 pixels wide by 180 pixels tall, hard crop mode