emilianotisato / nova-tinymce

Laravel Nova TinyMCE editor (with images upload capabilities!)
MIT License
116 stars 38 forks source link

autoresize not working #48

Closed JonathanDoelan closed 3 years ago

JonathanDoelan commented 3 years ago

Thx for your work!

Autoresize is not working. This has no effect:

(config/nova-tinymce.php)

'plugins' => [
    'autoresize',
],

'autoresize_bottom_margin'      => 0,
'autoresize_min_height'         => 120,
'autoresize_max_height'         => 1000,
'autoresize_overflow_padding'   => 0,

simple 'resize' => true is also not working

gserrg commented 3 years ago

See #49

JonathanDoelan commented 3 years ago

@gserrg Thx!