overlay.heightNumber
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