+ 2
Hi people, pls: How can I change picture of "SoloLearn logo, which is on www.sololearn.." for a picture from my gallery in code?
Im begginer in css course, in parts "working with background images" Appx & details to my question: there is a code line: background-image:url("http//:sololearn.etc") in example (shows logo), and the path of my gallery picture (Ive copied picture in) is: /storage/emulated/0/Pictures/SoloLearn/layerCopy.png
2 ответов
+ 2
The location of the image used, needs to be accessable via an url and/or located on a path related to the webhost serving your website files.
So if you want to use a picture from your phone gallery, the path needs to be accessble from your phone-browser point-of-view
I hope I understand and answered your question for you.
+ 1
I thought so. Thanx Ari