dethfire Well-known member Sep 26, 2014 #1 Is there a way to change the initial height of the editor?
P Paul B XenForo moderator Staff member Sep 26, 2014 #2 You can edit the editor template. Look for this: Code: {xen:if $height, 'height: {$height};'} Change to this: Code: {xen:if $height, 'height: 400px;'} Change the 400px to suit. Upvote 0 Downvote
You can edit the editor template. Look for this: Code: {xen:if $height, 'height: {$height};'} Change to this: Code: {xen:if $height, 'height: 400px;'} Change the 400px to suit.
RichardKYA Well-known member Feb 5, 2016 #3 Hi, I know this is an old thread, but I am trying to do the same thing and it doesn't seem to work on mobile devices, it stays the same default height not matter what I change it to. Any ideas on what I am missing? Thank you Upvote 0 Downvote
Hi, I know this is an old thread, but I am trying to do the same thing and it doesn't seem to work on mobile devices, it stays the same default height not matter what I change it to. Any ideas on what I am missing? Thank you
RichardKYA Well-known member Feb 8, 2016 #4 Also, it stays the same height in the inline edit overlay Upvote 0 Downvote