css - Trying to get Magento to Resize product images. -
my site http://www.acuity-sports.com/
i'm trying product images resize. not sure css file needs tinkered accomplish this.
my "theme" tells me this. "width required field. if width specified, image re-sized proportionally. if both width , height specified, image re-sized exactly. need update custom css in order have resized images displayed correctly in store."
http://www.acuity-sports.com/volleyball/3mm-professional-olympic-volleyball-net-32-x-3-official.html
it's little confusing me. advice on code need find or use?
thanks!
if want resize product image can code no need update css.
for resize image of product list page go yourtheme\template\catalog\product\list.phtml , product detail page go yourtheme\template\catalog\product\view\media.phtml , use resize function.
<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>
Comments
Post a Comment