Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
3.96k stars 606 forks source link

#1385 add height option #1418

Open novotnicek opened 10 months ago

novotnicek commented 10 months ago

I added height options. Default is 'auto' and don't change current behaviour. Only when user set e.g. height: '300px', then trumbowyg don't "autogrow" with content.

See #1385