Hi,
I am developing a site for an artist to sell my client's paintings. The paintings vary in format from landscape to portrait to square.
On the product display page I have the "Product page image width & height" set to 400 & 400px (to give an adequately sized image).
On page displaying images that are in landscape orientation there is a large blank space under the image - see attachment - which I'm guessing is there because the image being displayed is 400 x 200 and the blank space/gap represents the additional 200px?
My question is: how do I get the page to display "hide" this blank space when displaying images in landscape orientation?
Thanks,
Steve
Additional info:
I've established that I need to change this line
<div class="hikashop_product_main_image" style="height:420px;text-align:center;clear:both;">
to this
<div class="hikashop_product_main_image" style="height:auto;text-align:center;clear:both;">
but I'm guessing that the dimension "420px" is generated by PHP and I've not been able to find where that code is written.
Any help gratefully received.