Commit e75a92ca4054ae1060948bb9596e133e1a849004

Authored by Administrator
1 parent 463e6d52

image size

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
common/config/main.php
@@ -118,6 +118,13 @@ return [ @@ -118,6 +118,13 @@ return [
118 'master' => null 118 'master' => null
119 ], 119 ],
120 ], 120 ],
  121 + 'eventlist' => [
  122 + 'resize' => [
  123 + 'width' => 180,
  124 + 'height' => 125,
  125 + 'master' => null
  126 + ],
  127 + ],
121 'brand_item' => [ 128 'brand_item' => [
122 'resize' => [ 129 'resize' => [
123 'width' => 150, 130 'width' => 150,