sadovojav / yii2-image-thumbnail

Create image thumbnail Yii2 component
GNU General Public License v3.0
21 stars 12 forks source link

Undefined index: format #13

Open loutrux opened 3 years ago

loutrux commented 3 years ago

This format option is set in $defaultOptions but never used in init() function to set $this->options['format'] The code bellow throw me an error (Undefined index: format)

https://github.com/sadovojav/yii2-image-thumbnail/blob/880a4f55cae0c8d88000c2bbe4e7469068b7c185/Thumbnail.php#L330

sadovojav commented 3 years ago

@loutrux added format to options on init func 5d90ea8