You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the same html component/template to render different links as QR codes using this package, with a set width/height of 144, but depending on the link given the QR code is sometimes smaller than that, leaving a thick white outline. Is there any way to force/stretch out the QR code to always be the given size?
The text was updated successfully, but these errors were encountered:
@RaileanuVlad Actually I had the same issue, and it took me quite some time to figure it out, but it actually depends on the url.
If you have a long url (and e.g. many url-queries or the like) the qr-code gets more dense, thus if you set the height/width too small, it scales it, giving the (actually transparent) margin on the img.
You can try setting a higher width/height - at least this solved the issue for me..
I'm using the same html component/template to render different links as QR codes using this package, with a set width/height of 144, but depending on the link given the QR code is sometimes smaller than that, leaving a thick white outline. Is there any way to force/stretch out the QR code to always be the given size?
The text was updated successfully, but these errors were encountered: