Blame view

backend/views/site/index.php 277 Bytes
1755c393   Yarik   Basic template in...
1
  <?php
567888e8   Yarik   Widgets
2
3
4
      
      /* @var $this yii\web\View */
      
2bb30caa   Alexey Boroda   -Morning commit
5
      use artweb\artbox\core\helpers\ImageHelper;
567888e8   Yarik   Widgets
6
7
      
      $this->title = 'My Yii Application';
729b06da   Alexey Boroda   -Image Helper ready
8
9
10
11
      
      echo ImageHelper::set('@storage/test.jpg')
                      ->strictResize(500, 500)
                      ->renderImage();