New to Kendo UI for jQueryStart a free 30-day trial

Padding

configuration

Sets the minimum distance in pixels that should be left between the border and the QR modules.

padding

Number

Default: 0

<div id="qrCode"></div>
<script>
$("#qrCode").kendoQRCode({
  value: "https://demos.telerik.com/kendo-ui/dataviz/overview/index.html",
  size: 240,
  padding: 10
});
</script>
Not finding the help you need?
Contact Support