Resizing A Product Image

Posted About 12 years ago. Visible to the public.
$helper = Mage::helper('catalog/image');
$helper->init($product, 'image');
$helper->resize(216, 161);

// the helpers __toString() method outputs the url
echo $helper;

Mike Whitby
Last edit
Over 10 years ago
Posted by Mike Whitby to Magento (2012-03-23 17:14)