overlay.imageUrl String

The URL of the displayed overlay image.

Example

<div id="qrCode"></div>
<script>
$("#qrCode").kendoQRCode({
   value: "https://demos.telerik.com/kendo-ui/content/shared/images/site/kendoka-cta.svg",
   overlay:{
       url: 'https://demos.telerik.com/kendo-ui/content/shared/images/site/kendoka-cta.svg',
       height: 40
   },
   errorCorrection: "M"
 });
</script>
In this article