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
1 Resposta
+ 2
Most likely somewhere in your css the image tag gets a background color. Try:
background-color: transparent;