Hi @renovomotors,
The product images are getting cropped to adjust with the outer container because of the CSS property set. To fix this, try adding the following code to Customize > Additional CSS:
.ast-product-gallery-layout-vertical-slider .flex-viewport .woocommerce-product-gallery__wrapper img {
object-fit: contain;
}
Hope this helps.
Kind regards,
Aradhy