From 427196c7291df21f577ba02ad7ec64c8799f84c7 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 11 Oct 2016 12:43:18 +0300 Subject: [PATCH] -Image resize fix 2 --- common/config/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/main.php b/common/config/main.php index 780cb20..3891171 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -224,7 +224,7 @@ 'main_blog_one' => [ 'resize' => [ 'width' => 305, - 'height' => 221, + 'height' => 206, 'master' => yii\image\drivers\Kohana_Image::NONE, ], ], -- libgit2 0.21.4