Please I want to ask, how can I upload an img src for a picture with transparent background | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please I want to ask, how can I upload an img src for a picture with transparent background

I am working on a site, I know how to upload a link source either local or using links but the thing is if I try to use img src using links the png transparent background image would automatically get an image

4th Aug 2021, 3:39 AM
Dami
Dami - avatar
1 Answer
+ 2
Most likely somewhere in your css the image tag gets a background color. Try: background-color: transparent;
4th Aug 2021, 6:59 AM
Giorgos