diff --git a/common/config/main.php b/common/config/main.php index 2248788..cf1e1f8 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -97,6 +97,12 @@ return [ 'master' => null ], ], + 'product_view' => [ + 'resize' => [ + 'width' => 392, + 'master' => null + ], + ], 'iam' => [ 'resize' => [ 'width' => 120, -- libgit2 0.21.4