Skip to content

Commit

Permalink
allow img to float atop qr
Browse files Browse the repository at this point in the history
  • Loading branch information
blendtwenty committed Feb 28, 2024
1 parent 7d7ef11 commit 54e77b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/doge-qr/doge-qr.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class DogeQR extends LitElement {
data: this.generateQrValue(),
imageOptions: {
crossOrigin: "anonymous",
hideBackgroundDots: true,
hideBackgroundDots: false,
imageSize: 0.4,
margin: 0
},
Expand Down

0 comments on commit 54e77b6

Please sign in to comment.