HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Sharing a tip - increase editor window height
This discussion is related to the CLEditor jQuery WYSIWYG addon.
Hi all,
Thanks for the plugin!
Just wanted to share that if you want to change the height of the editing window, as I did, you can do so by going to line 128 in default.php in the main folder and changing:
width:"100%", height:"100%",
to:
width:"100%", height:"500px",
or whatever height you want.
Cheers,
Kezz
0