Hi,
I understand that in Configuration > Files you can specify an image size for thumbnails and a max image size for popup images (- and it all works fine for me).
I have also read a post explaining how to specify the "rollover" image size on the Product page via the div#hikashop_product_left_part img.hikashop_child_image entry in the frontend_custom.css.
However, I can't work out how to specify the main image size on the Product page. It seems to display the same thumbnail image that is shown on the Product Listing page. I've tried adding the following
#hikashop_main_image{
margin : 2px;
height:350px;
}
to the frontend_custom.css - but end up just stretching the image out of shape. Is there an easier answer?
Under Configuration > Files I've set:
- Image width: 400
- Image height: 400
but that seems to have no effect.