Wednesday 4 June 2014

Resizing A Product Image:

Here is the way to go…….
  
<pre>$helper = Mage::helper('catalog/image');
$helper->init($product, 'image');
$helper->resize(216, 161);
?></pre>

reference: http://jaseir.com/magento/resizing-a-product-image/

No comments:

Post a Comment