Quote:
Originally Posted by balinor
Products.tpl uses the setting in General settings/Appearance options to resize the image. Product.tpl defaults to the image size. Are your images in the DB or filesystem? You could just remove this from the product.tpl template to get them to resize automatically:
image_x=$product.image_x image_y=$product.image_y
|
i was having exact same issue. this worked perfectly. thanks!
now i notice its doing it on the admin side when editing a product, the thumbnail is still trying to show at the old size (300 px wide when the image is actuall only 200 now).
any idea what (and where) to modify the code "image_x=$product.image_x image_y=$product.image_y" on the admin side? can't seem to find it.