Monday 20 May 2013

Image resizing without white spacing in magento products grid or category page

<?php echo $this->helper('catalog/image')->init($_product, 'image')
->constrainOnly(TRUE)
->keepAspectRatio(TRUE)
->keepFrame(FALSE)
->resize(400,400)

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home