Monday, 19 October 2015

How to remove white space around the product image in Magento

<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->keepFrame(false)->resize(270,396); ?>" width="270" height="396"  />

No comments:

Post a Comment