index.php 277 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 <?php /* @var $this yii\web\View */ use artweb\artbox\core\helpers\ImageHelper; $this->title = 'My Yii Application'; echo ImageHelper::set('@storage/test.jpg') ->strictResize(500, 500) ->renderImage();