Resize Product image without white space in magento
Resize Product image without white space in magento
Useing keepFrame(false) before resize function ,we can remove white space from image
<?php $_img = ‘<img src=”‘.$this->helper(‘catalog/image’)-> init($_product, ‘image’)->keepFrame(false)->resize(200,300).'” alt=”‘.$this->htmlEscape($_product->getImageLabel()).'”/>’; ?>
View On WordPress








