Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How QRcode reduces or cancels blank margins #23

Open
wuknet opened this issue Sep 4, 2019 · 2 comments
Open

How QRcode reduces or cancels blank margins #23

wuknet opened this issue Sep 4, 2019 · 2 comments

Comments

@wuknet
Copy link

wuknet commented Sep 4, 2019

How QRcode reduces or cancels blank margins
qrcode 如何减少空白边距或取消空白边距

@wuknet
Copy link
Author

wuknet commented Sep 15, 2019

怎么多天了,无人能解决这个边距问题吗?
我的网站 https://887d.com/ 右上角看看,二维码边距好大呀

How many days, no one can solve this margin problem?
Look at my website https://887d.com/ in the upper right corner. What a large two-dimensional code margin!

@syhily
Copy link

syhily commented Nov 21, 2022

Just try this:

code, _ := qrcode.New("You content", qrcode.Low)
code.DisableBorder = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants