From e2d7556db42f97380ed0e877466d6717cda26b5b Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 11 Oct 2016 12:37:02 +0300 Subject: [PATCH] -Image resize fix --- common/config/main.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/common/config/main.php b/common/config/main.php index 2c8ebef..780cb20 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -225,6 +225,7 @@ 'resize' => [ 'width' => 305, 'height' => 221, + 'master' => yii\image\drivers\Kohana_Image::NONE, ], ], 'main_event_one' => [ -- libgit2 0.21.4