Hello,
I have checked the mentioned product and gallery images are the same size and cropped http://prntscr.com/ul6zwr
But the single product images are different. WooCommerce does not have option to crop the single product images.
You can limit the height of the single product images by adding the following code to Theme Options > Custom CSS
.swipers-couple-wrapper .swiper-wrapper .woocommerce-product-gallery__image img.attachment-shop_single {
max-height: 400px;
width: auto;
}
Regards
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.