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

Resize

methods

Adjusts the widget layout to match the size of the container.

<div id="qrcode" style="width: 150px; height: 150px;"></div>
<script>
    $("#qrcode").kendoQRCode({
      value: "FOO"
    });

    $("#qrcode")
       .css({ width: "600px", height: "300px" })
       .data("kendoQRCode").resize();
</script>
Not finding the help you need?
Contact Support