Page 1 of 1
TinyMCE set hight?
Posted: Sat Oct 17, 2020 8:20 pm
by andrewvideouk
Its posbile to set the hight for TinyMCE?
Sometimes when add new Content you have to resize the box so can type.
Cheers
Re: TinyMCE set hight?
Posted: Sun Oct 18, 2020 3:10 pm
by DIGI3
You can try adding a line to the theme's extcss file (see
https://cmscanbesimple.org/blog/customi ... king-files), something like:
Code: Select all
.tox.tox-tinymce { min-height: 500px; }
I know there were some bugs affecting the input area height, so you may have to inspect the code and experiment a bit with which elements to target.
Re: TinyMCE set hight?
Posted: Thu Nov 05, 2020 7:15 pm
by andrewvideouk
Thank you, That work great.