M
|
mhollibush 4/24/2017 |
Hi, How can I change the size of the QR Code on the list, view & print pages? It's so big & occupies a large area of the row. Thanks
|
![]() |
romaldus 4/24/2017 |
Instead of phprunner qrcode, i use custom qrcode such as "PHP QR Code". |
C
|
cristi 4/26/2017 |
In your uploaded website go to .../include/runnerJS/controls and open ViewQRCode.js, search for ".qrcode({width:128,height:128,text:text})" and change the values to your preference (96 x 96 looks good enough...). you can go even lower but you might want to test if your phone can scan it without problems... |
![]() |
mtpocket author 4/27/2017 |
In your uploaded website go to .../include/runnerJS/controls and open ViewQRCode.js, search for ".qrcode({width:128,height:128,text:text})" and change the values to your preference (96 x 96 looks good enough...). you can go even lower but you might want to test if your phone can scan it without problems...
|
![]() |
mtpocket author 4/27/2017 |
I am curious on how to get this to work in the first place... I can't find any information on the settings... once I get it working, I would like to make it sizable as well
|