+ 1
can i use a picture that is in my device not on internet as a background-image?if yes,how?
3 Antworten
+ 9
If you want to insert an image that is in your local storage you have to write the exact file path of that specific image. Such as...
background-image: url("file:///sdcard/Download/image.jpg")
+ 4
...and unless everyone has the same file, linking using file:/// means only you will see them :)