How to Resize Product Thumb Images on Grid List

How do I resize the Product Images on Grid List?



They are 330px X 235px, but get scaled to 140px X 99px.



In Administration > Settings > Thumbnails I have set Product thumbnail width to 330 and Product thumbnail height to 235., but this has no efect. It doesnt matter what size I enter here, images don’t get resized.



I attach two screendumps showing Grid List and Admin Settings.

prod_list.jpg

thumb_settings.jpg

[quote name=‘jmccann’]How do I resize the Product Images on Grid List?



In Administration > Settings > Thumbnails I have set Product thumbnail width to 330 and Product thumbnail height to 235., but this has no efect. It doesnt matter what size I enter here, images don’t get resized.

[/QUOTE]



If you do so, you have to re-upload all product images again. (And clear cache after that)

[quote name=‘nxvc’]If you do so, you have to re-upload all product images again. (And clear cache after that)[/QUOTE]





I ended up having to hack the grid_list.tpl file as the width size was set here and this overrode everything else:





{include file=“common_templates/image.tpl” image_width=210 obj_id=$obj_id_prefix images=$product.main_pair object_type=“product”}