overlay.height Number

The height of the overlay in pixels.

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