+ 1
I am not able to insert image from my phone?
I copied the path from my phone and paste in code but there was not picture? Why?
4 Respuestas
+ 4
Yes it will not work you need to uplode your img over internet for that.
https://imgbb.com/
Uplode your img here and get the link provided here and use it . It will start working
+ 1
Thank you
0
Check out my project on corona virus tracker using bootstrap 4 on solo learn
I have used image in css
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.
- I took it from Another person