piotrkwiecinski/magento2-module-image-resize-fix

This package is abandoned and no longer maintained. No replacement package was suggested.

Fix for catalog image resize

0.1.0 2017-05-24 11:28 UTC

This package is auto-updated.

Last update: 2020-01-26 20:22:21 UTC


README

Bug fix for images are displayed with incorrect size.

Installation via composer:

composer require "piotrkwiecinski/magento2-module-image-resize-fix: 0.1.0"

Run from Magento 2 root directory:

for enable module:

php -f bin/magento module:enable PiotrKwiecinski_ImageResizeFix

for update system:

php -f bin/magento setup:upgrade