This is a plugin which automatically resizes the editor to the content inside it.

To activate this plugin, just add "autoresize" to TinyMCE plugin option list.

Initialization Example

tinyMCE.init({
theme : "advanced",
mode : "textareas",
plugins : "autoresize"
});