Commit e2d7556db42f97380ed0e877466d6717cda26b5b

Authored by Alexey Boroda
1 parent 5de1f94a

-Image resize fix

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
common/config/main.php
... ... @@ -225,6 +225,7 @@
225 225 'resize' => [
226 226 'width' => 305,
227 227 'height' => 221,
  228 + 'master' => yii\image\drivers\Kohana_Image::NONE,
228 229 ],
229 230 ],
230 231 'main_event_one' => [
... ...