I have tried quite a few different options to set the initial height of the editor (and iframe?) but have not had any success. I have tried modifying the height for the dialogFeatures in the js file, setting height while creating the wymeditor object, setting the height in preInit and postInit and also trying to set the height for the iframe and editor such as:
$(wym._box).find(".wym_iframe").find('iframe').get(0);
$(iframe).height('600px');
But I get wym undefined. I've also tried:
.wym_iframe html textarea {height: 500px}
.wym_iframe iframe {height: 500px}
But it doesn't do anything. I know it's something really simple but I can't figure it out. Please help! Thanks.