How to set background image from phone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

How to set background image from phone

I want to upload a particular picture as my background in CSS. I used: background-image: url('../storage/emulated/0/Pictures/Screenshots/_20200402_173601.JPG') It did not work

2nd Apr 2020, 4:55 PM
Abieyuwa Idehen
Abieyuwa Idehen - avatar
3 Answers
+ 7
AKR thank you. I will use the search bar next time
2nd Apr 2020, 5:24 PM
Abieyuwa Idehen
Abieyuwa Idehen - avatar
0
The following html tag load your phone image to local webpage. <img src="file:///storage/emulated/0/Download/79169-5.png" /> Please note that this only work on your phone ONLY. If you need your image can be viewed from everyone's browsers use Hatsy Rei's method.
29th Sep 2021, 7:49 PM
Serious Sam
Serious Sam - avatar
- 2
just save the background image thesame folder with your code folder
13th Apr 2020, 10:09 PM
Usman Suleiman jibrin
Usman Suleiman jibrin - avatar