Answer the question
In order to leave comments, you need to log in
Why is yii2 hiding images?
I display image thumbnails in gridView:
[
'attribute' => 'Изображение',
'format' => 'raw',
'value' => function($model){
/* @var $model \common\models\Banner */
return '<img src="'.$model->thumb(150, 300).'">';
}
],
style="display: none !important;"?
Answer the question
In order to leave comments, you need to log in
Most likely, you have some kind of AdBlock installed in your browser, which “cuts out” banners for you.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question