Skip to content
Snippets Groups Projects
Commit 3a95e9c2 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Increase QRCode size

parent 815463b9
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ $(document).ready(function() { ...@@ -18,7 +18,7 @@ $(document).ready(function() {
// render QR code from base64 string // render QR code from base64 string
return '<img class="img-fluid" src="data:image/png;base64,' + data + '">'; return '<img class="img-fluid" src="data:image/png;base64,' + data + '">';
}, },
"width": "6%", "width": "10%",
} }
], ],
"paging": false "paging": false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment