From 013e4074054a6d53751e245efb86d2d16bca1f8b Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Oct 2016 16:22:55 +0300 Subject: [PATCH] -Image fix (brand thumb) --- 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 e7f76ba..afedf3c 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -170,6 +170,7 @@ 'resize' => [ 'width' => 455, 'height' => 268, + 'master' => yii\image\drivers\Kohana_Image::CROP, ], ], 'coll' => [ -- libgit2 0.21.4