W
W
WizardW2017-10-29 22:17:13
TinyMCE
WizardW, 2017-10-29 22:17:13

How can I set TinyMCE's height autoresizing?

To auto-resize height for tinymce editor, what should be written in the config?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anatoly, 2019-02-13
@WizardW

Connect the style file and write the desired style:

add_action( 'after_setup_theme', 'my_theme_add_editor_styles' );
function my_theme_add_editor_styles() {
  add_editor_style( 'editor-style.css' );
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question