From 0d6374362aae6e94c65f37884b05a925b8e8c213 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 27 May 2016 13:52:50 +0300 Subject: [PATCH] image size --- 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 5b2c4c0..e3804b6 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -153,7 +153,7 @@ return [ ], 'list' => [ 'resize' => [ - 'width' => 134, + 'width' => 160, 'height' => 200, 'master' => null ], -- libgit2 0.21.4