leekafai

Results 2 comments of leekafai

@churjan ``` ``` ``` previewImages: function(event) { this.$nextTick(() => { let imgs = document.querySelectorAll('.my-gallery a img') let images = [] console.log(imgs) imgs.forEach(imgTag => { images.push([imgTag.naturalWidth, imgTag.naturalHeight]) }) console.log(images) let as...

I encountered the same problem as you.In this case, i only set the colorDark and colorLight,and turning off the autoColor,but still the same. ![image](https://github.com/sumimakito/Awesome-qr.js/assets/15892920/83af7213-3bcf-4ac1-848b-f1d0f13ad313)