Wednesday, July 1, 2015

Magento- Resize Product image without white space in magento

Magento-  Resize Product image without white space in magento

<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->keepFrame(false)->resize(210,210); ?>

No comments:

Post a Comment