-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate more than one QRCode on the screen. #12
Comments
Which CSS framework are you using? |
I forced it using bootstrap and the qrcodes are inside a loop |
Could you please share the HTML code along with the CSS classes that you used to render the QR code? This will help us identify the issue you are facing. |
Typescript
I'm doing it this way, bootstrap in the project, and as you can see I have a list of URLS that I need to print inside each card, as you can see in the print of the first comment, the cards are placed correctly, but the qrcodes are all grouped inside the tag even though I create a new one inside the loop |
Is it possible to generate more than one QRCode on the screen without them grouping together alone?
Because I have a loop with several QRCodes that should be inside each card, but I realized that they all carry them inside the tag
Even though I force it via CSS, they don't stay in the correct position.
The text was updated successfully, but these errors were encountered: