width Number | String
(default: "100%")
Configures the width of the ImageEditor.
Example
<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
width: 500,
height: 400
});
</script>