Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e75a92ca4054ae1060948bb9596e133e1a849004
Authored by
Administrator
2016-05-24 12:13:58 +0300
1 parent
463e6d52
image size
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
common/config/main.php
Inline
Side-by-side
common/config/main.php
Wrap text
Show/Hide comments
View file @
e75a92c
...
...
@@ -118,6 +118,13 @@ return [
118
118
'master' => null
119
119
],
120
120
],
121
+ 'eventlist' => [
122
+ 'resize' => [
123
+ 'width' => 180,
124
+ 'height' => 125,
125
+ 'master' => null
126
+ ],
127
+ ],
121
128
'brand_item' => [
122
129
'resize' => [
123
130
'width' => 150,
...
...