![]() |
Preventing image resizing on overview pages
Hi everyone,
I have a problem which I cannot figure out myself: on the overview page (when you click an article group) I have a couple of sub-groups but below that also some items. The displayed items on this page are resizing (for example, I have a product image which is 378*55 pixels but it's displayed as 378*168). And when you click on the item and you get to the article detail page that same image is displayed as 124*55 pixels..? I don't want them to resize, I just want them to display in their original size, always. How can I accomplish this? I've got these files in which I presume the resizing is going on. I've thought about just replacing image_x and image_y with a fixed size but a fixed size is not the solution as some products just have larger images than others. File: /customer/main/products_t.tpl PHP Code:
File: /product_thumbnail.tpl PHP Code:
Any help would be much appreciated. If you want I can send you a link to our store but it's still in development so it's not available for the general public yet. Thanks! |
Re: Preventing image resizing on overview pages
dont know if this works but have you tried removing the image_x and image_y?
if that doesnt work you can just use a link to image.php?productid={$products[product].productid} |
Re: Preventing image resizing on overview pages
Thanks inebriate, I'll give it a go.
Update; worked great, I removed the image_x and image_y, thanks again! :) |
Re: Preventing image resizing on overview pages
when i remove mage_x and image_y I get and error and my detail images disappear. Help please
|
All times are GMT -8. The time now is 11:18 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.