Image products not respect the size setting

Hi I use travelify theme for woocommerce.
I have set in settings the size of image product: 150 x 216 pixel.

The theme not respect this size, infact the image product is 291 x 418 pixel.
Why?

You can check here: http://goo.gl/mUWBW7

thank you so much

You didn’t read the main thing when you changed WooCommerce image size. There is a clear statement in WooCommerce settings pages which is as follows:

These settings affect the actual dimensions of images in your catalog – the display on the front-end will still be affected by CSS styles. After changing these settings you may need to regenerate your thumbnails.

I do it. I have regenerate the thumbnails after the setting, but the problem persists.

http://goo.gl/mUWBW7

thanks

Ok, now I see what you are trying to achieve. Add this code to Theme Options - Other - Custom CSS

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: auto;
}

Thank you so much :wink: