hi
The Product image is very small, can you please tell me how to increase the product image so that they can sufficiently be visible in product page and other pages.
thanks Raxstar
Hi Raxstar.
The thing to keep in mind when setting image dimensions is only to fix one dimension (width or height), otherwise the images will end up distorted.
In the distribution /html/ files, product images are output as follows:
html/featured.php (featured products) Line:11, containing
height='100'
html/searchresults.php (search results) Line: 10, containing:
width='80'
html/product.php (main product page) Line: 7, containing:
width='180'
So you can increase / decrease the dimensions as required at any of those points as required...
Hope this helps!
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi Raxstar.
The thing to keep in mind when setting image dimensions is only to fix one dimension (width or height), otherwise the images will end up distorted.
In the distribution /html/ files, product images are output as follows:
html/featured.php (featured products)
Line:11, containing
height='100'
html/searchresults.php (search results)
Line: 10, containing:
width='80'
html/product.php (main product page)
Line: 7, containing:
width='180'
So you can increase / decrease the dimensions as required at any of those points as required...
Hope this helps!
Cheers,
David.
--
PriceTapestry.com