height Number | String (default: 500)

Configures the width of the ImageEditor.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    width: 500,
    height: 400
});
</script>
In this article