Answer the question
In order to leave comments, you need to log in
How to change the size of Elfinder Yii2's rendered widget?
I display a widget on the site, it is displayed in a small size.
How can I set its size in height in the settings?
<?php
echo ElFinder::widget([
'language' => 'ru',
'controller' => 'elfinder',
'filter' => 'image',
'callbackFunction' => new JsExpression('function(file, id){}'),
]);
?>
Answer the question
In order to leave comments, you need to log in
read the docs, everything is there
But even without them, what prevents min-height from being specified in css?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question