+ 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
3 Respostas
+ 7
AKR thank you.
I will use the search bar next time
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.
- 2
just save the background image thesame folder with your code folder