D
D
darknet372017-05-23 17:08:10
Yii
darknet37, 2017-05-23 17:08:10

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.
1a8f91ed07814aa78662eb1e62d58be8.png
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){}'), 
    ]);
    ?>

This code was taken from the documentation.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Timofeev, 2017-05-23
@webinar

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 question

Ask a Question

731 491 924 answers to any question