Hi,
I have imported some 50x50 images to be used as thumbnails for my products, however when they are displayed in the products list, they are distorted to '50x63'. The x y dimensions of the images are recorded in the products table correctly and the images that I manually added are not distorted. If anyone has any advise on what might be causing the problem it would certainly be apprecaited.
If I remove the following code from the 'product_thumbnail.tpl' the images are displayed as 50x50 as intended:
Code:
{if $image_x ne 0} width="{$image_x}"{/if}{if $image_y ne 0} height="{$image_y}"{/if}
Thanks in advance