resize

  1. Resize Product Image in Magento 2

    Resize Product Image in Magento 2

    Today I am going to describe how to resize the product image in Magento 2. Product image size is the good attribute to make your goods closer to the consumer with the product details. This...

    Read more »
  2. Magento: Function to resize any image

    Magento: Function to resize any image

    In this article I'm writing code for resize any image in magento according to your desire width and height. In this article, I’ll describe how to resize images, such as needing to resize a...

    Read more »
  3. Magento: Resize image in custom module in magento

    Magento: Resize image in custom module in magento

    In this article I'll discuss how to resize image in custom module in Magento.

    First step is Open your module "helper/data.php" and paste the below code in your...

    Read more »
  4. Magento: Category Image Re-size

    Magento: Category Image Re-size

    We don't have any function to re-size the category image, but we can use this code for category image resize

    [php]
    $_category=Mage::getModel('catalog/category')->load($categoryId());...

    Read more »