mirror of
https://github.com/processwire/processwire.git
synced 2025-08-23 23:02:58 +02:00
cleaning and beautyfying
This commit is contained in:
@@ -1262,6 +1262,7 @@ abstract class ImageSizerEngine extends WireData implements Module, Configurable
|
|||||||
$options = array(
|
$options = array(
|
||||||
'quality' => $this->quality,
|
'quality' => $this->quality,
|
||||||
'webpQuality' => $this->webpQuality,
|
'webpQuality' => $this->webpQuality,
|
||||||
|
'webpAdd' => $this->webpAdd,
|
||||||
'cropping' => $this->cropping,
|
'cropping' => $this->cropping,
|
||||||
'upscaling' => $this->upscaling,
|
'upscaling' => $this->upscaling,
|
||||||
'interlace' => $this->interlace,
|
'interlace' => $this->interlace,
|
||||||
|
Reference in New Issue
Block a user