Viewing 1 replies (of 1 total)
  • 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

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.