From e75a92ca4054ae1060948bb9596e133e1a849004 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 24 May 2016 12:13:58 +0300 Subject: [PATCH] image size --- common/config/main.php | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/common/config/main.php b/common/config/main.php index 5bbca9a..334eba5 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -118,6 +118,13 @@ return [ 'master' => null ], ], + 'eventlist' => [ + 'resize' => [ + 'width' => 180, + 'height' => 125, + 'master' => null + ], + ], 'brand_item' => [ 'resize' => [ 'width' => 150, -- libgit2 0.21.4