0
Questions to professionals
Why I am not able to add images in my code https://code.sololearn.com/W9Y2O6dzgW4o/?ref=app
1 Answer
+ 1
If you are on a laptop or desktop, right click on the image and select "Open Image in a new tab". What you want is a https:// in the url not data:base64... If you get data:base64, go back to the image click the image that takes you to the website where the images was originally from and then you can right click and open in new tab. However, the image might be in the background, inspect element and then find the background-image css.
If you're in a mobile device right click and then select open image in new tab