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

Width

configuration

The width of the barcode in pixels. By default the width is 300.

width

Number

Default: 300

<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
  type: "code128",
  value:"Hi",
  width: 200
});
</script>
Not finding the help you need?
Contact Support