From cd6a0e39af6546364c6e09af8723f5d407420650 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Mon, 30 May 2016 18:44:21 +0300 Subject: [PATCH] image size --- common/config/main.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/config/main.php b/common/config/main.php index 0676ff3..1b342a5 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -24,9 +24,9 @@ return [ 'targetMinPixel' => 200 // Target image minimum pixel size ] ], - 'artbox-comment' => [ - 'class' => \common\modules\comment\Controller::className(), - ], +// 'artbox-comment' => [ +// 'class' => \common\modules\comment\Controller::className(), +// ], ], 'components' => [ 'assetManager' => [ -- libgit2 0.21.4