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
577a3b1a3057eb0533642b65dac68296451608de
Authored by
Administrator
2016-05-24 12:23:56 +0300
1 parent
fa2bab57
image size
Showing
1 changed file
with
6 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 @
577a3b1
...
...
@@ -97,6 +97,12 @@ return [
97
97
'master' => null
98
98
],
99
99
],
100
+ 'product_view' => [
101
+ 'resize' => [
102
+ 'width' => 392,
103
+ 'master' => null
104
+ ],
105
+ ],
100
106
'iam' => [
101
107
'resize' => [
102
108
'width' => 120,
...
...