Closed tw2113 closed 13 years ago
Not sure if this is an "issue" per say, but I was curious if it was possible at all to control the generated size of the QR square. I am planning to use it for a resume page but would like something a little smaller if possible.
it is. someone needs to update the docs.
https://github.com/jeromeetienne/jquery-qrcode/blob/master/src/jquery.qrcode.js#L9-14
jquery('#qrcode').qrcode({ width: 64, height: 64, text: "wow with size" });
Not sure if this is an "issue" per say, but I was curious if it was possible at all to control the generated size of the QR square. I am planning to use it for a resume page but would like something a little smaller if possible.