Closed dgsiegel closed 2 years ago
I currently set the size of the generated QR code to 800, ie.
"bnomei.qrcode.field" => [ "margin" => 0, "size" => 800, ],
Using that field then in the panel with
qrcode: type: qrcode
results in a very large preview that overlaps all the other fields:
Setting width: 100%; on the img should resolve this.
width: 100%;
img
I currently set the size of the generated QR code to 800, ie.
Using that field then in the panel with
results in a very large preview that overlaps all the other fields:
Setting
width: 100%;
on theimg
should resolve this.