Magento – Change image size in catalogue view
Navigate with ftp in :
/APP/DESIGN/FRONTEND/YOURVIEW/YOURTEMPLATE/TEMPLATE/CATALOG/PRODUCT/LIST.PHTML
open it in a editor, search for : resize ( you’ll find 2 references ), here, change these 3 values ->resize(209); ?>” width=”209″ height=”209″ , with the size you want.
Login in the backend, go to System -> Cache management and regenerate all cache.
All done, go in frontend, reload the catalogue page, if all right, you see the catalog images with the new size.
By By
Pizzi