imageUrl String

Sets the url (or base64 string) for the image to open.

If imageUrl sets image hosted on another domain, the image editing tools will be disabled.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    imageUrl: "image.jpg"
});
</script>
In this article