anthonylee83 / vue-qrcode-component

Create QR codes with a simple Vue component
https://gerardreches.github.io/vue-qrcode-component/
MIT License
0 stars 3 forks source link

Centering image #5

Open thambaru opened 2 years ago

thambaru commented 2 years ago

The image element has display: block !important; which stops it from centering.

Is it there for a particular reason? Would be great if you could remove it or give an option to control it.

Thanks

Update: Accomplished this with margin: auto; on the image.