Resize richtext WYSIWYG textarea

Started by exxocet, April 06, 2014, 06:06:47 AM

Previous topic - Next topic

exxocet

Hi guys,
  I'm looking for a way to resize textarea in WYSIWYG mode in Webkit/Blink based browsers. Or at least a way to modify the default size (height), its default 175 px is way to small. I know how to do the trick in normal text mode, but I can't find a way to modify WYSIWYG textarea.

  Just a thought - it would be great if someone can mod the textarea with code from 2.1.x branch, because in the upcoming alpha versions, the resize works in both normal and richtext modes, and it also works in Chrome browsers. Currently, the stable 2.0.x is more buggy than 2.1.x alpha...

  Thank you.

exxocet

By any chance, any idea how to make the WYSIWYG field bigger by default, if not possible to resize ? Thanks.

Chas Large

In FireFox browser using the Stylish add on, you can use a change of CSS to increase the height, like so:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://www.yourdomainname.whatever") {
   
    #message {
        height: 500px !important;

    }

}


Either that or hack the CSS element.
My Modifications :)  My Forum

Please DO NOT PM me with support requests. Post the problem in the appropriate Support Board so everyone can benefit from the advice given.

Advertisement: