Administrator
/
baucenter
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
4b2e90e03878a2116d4ce7badbb7e87269de5e67
Authored by
Karnovsky A
2016-05-16 15:14:10 +0300
1 parent
d6788455
fixes
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
common/config/main.php
Inline
Side-by-side
common/config/main.php
Wrap text
Show/Hide comments
View file @
4b2e90e
...
...
@@ -94,8 +94,8 @@ return [
94
94
],
95
95
'product_trumb' => [
96
96
'resize' => [
97
- 'width' => 80,
98
- 'height' => 80,
97
+ 'width' => 77,
98
+ 'height' => 77,
99
99
'master' => null
100
100
],
101
101
],
...
...