
Originally Posted by
Value Plus
Can anyone help me with this please? Here is my site address:
http://value-plus.co.uk
Look at the Converse and Adio shoe images as they are all squashed as they are landscape. My portrait images for other products are fine its the landscape that are causing the issues. I need to sort this before i can continue with the rest of the site........can anyone make any suggestions please?
i would have a look at your css... specifically this
Code:
.homepage_productbox .product_image a img{
width: 121px;
height: 140px;
margin-left: 15px;
}
which is setting the height/width for the images. Also the settings for calculating the image size might need adjusting.
Hope this helps