educastellano / qr-code

Web Component for generating QR codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot control size with height/width CSS attributes

pietrorea opened this issue · comments

Hello, I tried to control the size of the QR code component like this:

qr-code {
  width: 10rem;
  height: 10rem;
}

but this doesn't resize the actual QR code:

Screen Shot 2022-02-16 at 4 44 54 PM

is the only way to control the size modulesize?

Yea, it's like that now... We could add a innerStyle prop which passes the style down to the inner element. Feel free to send me a PR.