PHPackages                             dbashyal/magento\_resize\_category\_images - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dbashyal/magento\_resize\_category\_images

ActiveMagento-module[Utility &amp; Helpers](/categories/utility)

dbashyal/magento\_resize\_category\_images
==========================================

Magento Resize Category Images

v0.3.1(9y ago)631.9k27OSL-3.0PHP

Since May 28Pushed 6y ago7 watchersCompare

[ Source](https://github.com/dbashyal/Magento-resize-category-images)[ Packagist](https://packagist.org/packages/dbashyal/magento_resize_category_images)[ RSS](/packages/dbashyal-magento-resize-category-images/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Magento 1 Resize Category Images
================================

[](#magento-1-resize-category-images)

[Click here](https://github.com/dbashyal/Magento-2-resize-images) for Magento 2 version
=======================================================================================

[](#click-here-for-magento-2-version)

This is a free magento extension/module to resize category images. Join the converstation at: [How to resize Magento e-Commerce category images](http://dltr.org/blog/magento/121/How-to-resize-Magento-e-Commerce-category-images)

How to use this?
----------------

[](#how-to-use-this)

```
/*
 * You can pass width and height and much more, see helper for details.
 * echo $this->helper('timage')->init($_category->getImageUrl())->resize(null, 120)
 * echo $this->helper('timage')->init($_category->getImageUrl())->resize(120, null)
 * echo $this->helper('timage')->init($_category->getImageUrl())->resize(120, 120)
 */
