From 1a633bf5715e8b3f89020878a2dde2ffe0603624 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 31 May 2016 19:07:04 +0300 Subject: [PATCH] image size --- frontend/config/main.php | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/frontend/config/main.php b/frontend/config/main.php index 30f04cd..054fc3b 100755 --- a/frontend/config/main.php +++ b/frontend/config/main.php @@ -12,6 +12,13 @@ return [ 'bootstrap' => ['log'], 'controllerNamespace' => 'frontend\controllers', 'components' => [ + 'assetManager' => [ + 'bundles' => [ + 'yii\web\JqueryAsset' =>[ + 'jsOptions' => ['position' => \yii\web\View::POS_BEGIN] + ] + ], + ], 'authManager' => [ 'class' => 'yii\rbac\DbManager', ], -- libgit2 0.21.4