jeromeetienne / jquery-qrcode

qrcode generation standalone (doesn't depend on external services)
http://blog.jetienne.com/blog/2011/04/07/jquery-qrcode/
MIT License
4.84k stars 2.51k forks source link

Qrcode table size #96

Open zapcriativo opened 7 years ago

zapcriativo commented 7 years ago

Hi, how to set the size of QRCode table ?

JackRus commented 7 years ago

You can set the height and width of the generated qrcode:

jquery('#qrcode').qrcode({width: 64,height: 64,text: "size doesn't matter"});