diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2024-04-01 10:08:22 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-01 10:08:22 +0300 |
| commit | d759e09569008cbe6782be8d544a38f888737866 (patch) | |
| tree | d105bfd2ba09d210eaec1880c93fc3dec0a06c2d /web/html/common | |
| parent | 684e777628688e6a1d434aecb1d84be2f428d6c6 (diff) | |
QRious2 (#2156)
Diffstat (limited to 'web/html/common')
| -rw-r--r-- | web/html/common/qrcode_modal.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 5cbe7858..524335cf 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -78,10 +78,13 @@ setQrCode(elmentId, content) { new QRious({ element: document.querySelector('#' + elmentId), - size: 300, + size: 400, value: content, - background: 'transparent', - foreground: 'black' + background: 'white', + backgroundAlpha: 0, + foreground: 'black', + padding: 2, + level: 'L' }); }, genSubLink(subID) { |
