+ 1
Please how will I link an image from my phone storage for background image in css
2 Respostas
+ 2
If only you want to see your image, you can use the file:// protocol and full path starting from root, which might look something like this:
"file:///sdcard/path/to/image.jpg"
...but that won't work for anyone who does not have the same file on their phone.
Satnam Singh 👑 's answer is geared towards public sharing.
0
please help out