Categories
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
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 a Question
731 491 924 answers to any question