View Single Post
  #1  
Old 01-29-2005, 12:25 PM
 
laureon laureon is offline
 

Senior Member
  
Join Date: Oct 2003
Posts: 171
 

Default Imported Thumbnails Distorted

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
__________________
X-Cart Gold Version: 4.0.17
X-Configurator
X-AOM
X-FancyCategories
X-RMA
X-Offers
Reply With Quote