ngx-qrcode icon indicating copy to clipboard operation
ngx-qrcode copied to clipboard

White Space around QR code

Open mrv777 opened this issue 7 years ago • 2 comments

Hello,

First, thank you for this QR code generator :) Secondly, is there a reason (or a way to remove), the white space around the QR code. I attached an image, of what I am referring to as you can see there is white space all around the code in the QR code image. I can do negative margins with css to make it a little better, but it's not the best solution.

qrwhitespace

Thank you again

mrv777 avatar Sep 12 '17 13:09 mrv777

Did you ever figure out a way to remove the white space around the QR code?

Warriormuffin avatar Mar 16 '18 00:03 Warriormuffin

<ngx-qrcode
  elementType="url"
  [value]="url"
  [margin]="0"
  errorCorrectionLevel="L">
</ngx-qrcode>

alex88 avatar Oct 26 '20 19:10 alex88