height

Optional height to set for the editor, initialized from a textarea element.

<textarea id="editor"></textarea>

<script type="text/javascript">
    jQuery(function ($) {
        $('#editor').shieldEditor({
            height: 300
        });
    });
</script>