simple-qrcode
simple-qrcode copied to clipboard
responsive size
The size generates HTML width and height, the problem is image is not responsive.
Would be possible to set size in a way to be responsive?
The SVG should be responsive. How are you making the qrcodes?
Issue is a hardcoded width="100" and height="100" in the svg element.
I am generating the QR code following the docs instructions.
{!! QrCode::size(300)->generate($url); !!}
@youmustwearface stated the issue is the hardcoded HTML attribute.
Feel free to open a PR.