We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried the angular 17 version but [scale] in directive mode does not work. The dot scale remains the same regardless of number entered.
Browser: Google Chrome 129.x
<qrcode [qrdata]="'Your data string'" [width]="256" [scale]="1" [errorCorrectionLevel]="'M'">
Any guidance is greatly appreciated.
Thanks, Dean https://tapple.io
The text was updated successfully, but these errors were encountered:
Hi @professor-rage
The scale factor works when the width is set to 10 (default)
<qrcode [qrdata]="'https://github.com/Cordobo/angularx-qrcode'" [allowEmptyString]="true" [ariaLabel]="'QR Code image with the following content...'" [cssClass]="'center'" [colorDark]="'#000000ff'" [colorLight]="'#ffffffff'" [elementType]="'canvas'" [errorCorrectionLevel]="'M'" [imageSrc]="'./assets/angular-logo.png'" [imageHeight]="75" [imageWidth]="75" [scale]="32" [title]="'A custom title attribute'" [width]="10"
You can play around with the values here https://cordobo.github.io/angularx-qrcode/
Sorry, something went wrong.
Perfect. Thank you.
Cordobo
No branches or pull requests
I tried the angular 17 version but [scale] in directive mode does not work. The dot scale remains the same regardless of number entered.
Browser: Google Chrome 129.x
<qrcode [qrdata]="'Your data string'" [width]="256" [scale]="1" [errorCorrectionLevel]="'M'">
Any guidance is greatly appreciated.
Thanks,
Dean
https://tapple.io
The text was updated successfully, but these errors were encountered: