When using our WooCommerce gallery images plugin, sometimes the images are not shown correctly. This is because of some Themes using the same gallery libraries.

Try adding this custom CSS in order to fix this issue in Woo:

.woocommerce-gallery-images-main-carousel .flickity-viewport {
	width: 100%;
	min-height: 400px;
	
}

.woocommerce-gallery-images-gallery-carousel .flickity-viewport {
	width: 100%;
	min-height: 150px;
}

Leave a Reply

Your email address will not be published. Required fields are marked *