Featured Image Size
For post thumbnails you can either crop and image to the thumbnail size or scale the image. To enable crop you can call the thumbnail 1 of 2 ways. Name a size in the functions.php file like so: <?php add_image_size( ‘my-post-thumbnail’, 494, 168, true ); ?> and then call it in the theme file <?php … Read more