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.85k stars 2.5k forks source link

ensure the width and height of the table are equal when render with 'table' #35

Closed Tim-Zhang closed 4 years ago

Tim-Zhang commented 12 years ago

if the width and height are not equal,it will be wrong in sometimes

example code:

qrcode({text:'otpauth://totp/zewenzhang@tom.com?secret=RRJC2J4TV3366ULY', width:150, height:150, render:'table'});