CostaRico / yii2-images

Yii2-images - behavior-based module for resizing, storing, caching and attaching images.
160 stars 98 forks source link

typo #18

Open rrhyne opened 9 years ago

rrhyne commented 9 years ago

Line 129 and 133 of Image model has a typo: heigth, should be height.

$newSizes['heigth'] = $size['height'];