2017 © Pedro Peláez
 

magento2-module magento2-module-image-resizer

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates

image

staempfli/magento2-module-image-resizer

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates

  • Saturday, October 28, 2017
  • by mhauri
  • Repository
  • 4 Watchers
  • 58 Stars
  • 18,148 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 6 Open issues
  • 8 Versions
  • 29 % Grown

The README.md

Magento 2 Image Resizer

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates, (*1)

Installation

$ composer require "staempfli/magento2-module-image-resizer":"~2.0"

Usage

imageResizer is automatically available in all frontend Blocks. You can resize your images just calling a method:, (*2)

/** @var \Staempfli\ImageResizer\Model\Resizer $imageResizer */
$imageResizer = $block->getImageResizer();
$resizedImageUrl = $imageResizer->resizeAndGetUrl(<originalImageUrl>, $width, $height, [$resizeSettings]); 

You can do that directly on the .phtml or in your custom Block., (*3)

Cache

Resized images are saved in cache to improve performance. That way, if an image was already resized, we just use the one in cache., (*4)

If you need to, you can clear the resized images cache on the Admin Cache Management, (*5)

Admin Clear Resized Images Cache, (*6)

Prerequisites

  • PHP >= 7.0.*
  • Magento >= 2.1.*

The Versions

28/10 2017

dev-master

9999999-dev

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0.0

 

by Juan Alonso

28/10 2017

dev-develop

dev-develop

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0.0

 

by Juan Alonso

28/10 2017

2.0.1

2.0.1.0

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ^7.0.0

 

by Juan Alonso

27/10 2017

2.0

2.0.0.0

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~7.0.0

 

by Juan Alonso

21/05 2017

1.1

1.1.0.0

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~7.0.0

 

by Juan Alonso

20/03 2017

1.0.2

1.0.2.0

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~7.0.0

 

by Juan Alonso

17/03 2017

1.0.1

1.0.1.0

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~7.0.0

 

by Juan Alonso

13/10 2016

1.0

1.0.0.0

Magento 2 Module to add simple image resizing capabilities in all blocks and .phtml templates

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~7.0.0

 

by Juan Alonso