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