silvershop/silvershop-core

Enhancement: ProductImageExtension should use FitMax etc. to prevent upscaling

wernerkrauss opened this issue · 1 comments

The logic for preventing upscaling is now built in SS4.

ProductImageExtension::getImageAt() should should use FitMax, ScaleMaxWidth and ScaleMaxHeight.

This way all images are processed and resampled with the project's image quality settings

wilr commented

Thanks! PR welcome