Commit 577a3b1a3057eb0533642b65dac68296451608de

Authored by Administrator
1 parent fa2bab57

image size

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
common/config/main.php
@@ -97,6 +97,12 @@ return [ @@ -97,6 +97,12 @@ return [
97 'master' => null 97 'master' => null
98 ], 98 ],
99 ], 99 ],
  100 + 'product_view' => [
  101 + 'resize' => [
  102 + 'width' => 392,
  103 + 'master' => null
  104 + ],
  105 + ],
100 'iam' => [ 106 'iam' => [
101 'resize' => [ 107 'resize' => [
102 'width' => 120, 108 'width' => 120,