
Design comparison
Community feedback
- @HShambuckPosted 2 months ago
I like the typology, it would be great if you could upload the QR code image, then your solution would've been perfect. You can double check the <img src=""> the issue may lie in the path, pressing './' in vscode will provide a pop up, to navigate to the image.
Marked as helpful0@HShambuckPosted 2 months ago@bigala2 It seems like the issue is with the image path. Check to see if the image is in the correct folder, also check if the file path in your <img src=""> is accurate. If you’re using relative paths like ./, make sure the image is in the right location relative to your HTML file. Try using an absolute path (/images/my-image.jpg) to see if that works. Also, double-check that the image is included in your deployment files. If it works locally but not after deployment, it could be a deployment issue. try this and let's see how it works
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord