Height of Post editor stuck at 100 pixels

This topic contains 1 reply and 2 voices, and was last updated by Oritro Ahmed 9 years, 11 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
May 7, 2014 at 8:13 pm 20075
Oritro Ahmed The post editor is always 100 pixels height which is much too low. <iframe id="new-post-desc_ifr" frameborder="0" src="javascript:""" allowtransparency="true" title="RTF-området. Tryck Alt-F9 för meny. Tryck Alt-F10 för verktygsfält. Tryck Alt-0 för hjälp" style="width: 100%; height: 100px; display: block;"> This suggested fix http://wedevs.com/support/topic/tinymce-editor-height-in-frontend-too-small-how-to-fix-it/ is not working, probably due to the updates to TinyMCE. Anyknow knows a fix? Thanks!
May 15, 2014 at 2:20 pm 20509
Oritro Ahmed Oritro Ahmed

Use this code

jQuery('#new-post-desc_ifr').css('height', '300px');

It should be okey !

Viewing 1 Posts - 1 through 1 (of 1 total)