Thursday 24 November 2011

Magento - Resize images

Magento - Resize images

The code below shows you how to proportionately resize an image to fit a box with the width 200px and height 100px.

->keepAspectRatio(TRUE)->resize(200,100)

click here for the original website

No comments:

Post a Comment