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

Open In Dojo
<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    imageUrl: "https://demos.telerik.com/kendo-ui/content/shared/images/photos/2.jpg",
});
</script>
In this article