You may want to increase the size of the images shown on the category pages of your Magento theme. To do so open list.phtml in
. Search for the code below and edit the sizes listed.
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(225, 225); ?>”
width="225" height="225" alt="<?php echo $this->htmlEscape($this->getImageLabel($_product, 'small_image'))
?>” title="<?php echo $this->htmlEscape($this->getImageLabel($_product, 'small_image')) ?>” />

