+ 1
Can I add images from my phone to HTML sololearn playground
Adding images to my playground
5 Respostas
+ 3
https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
You can also use imgbb.com if you want.
+ 2
First you should search this question before posting.
First upload your image on Dropbox upload win imgbb google drive then copy the link of uploaded image .
https://code.sololearn.com/W0G3uPGZfc7v/?ref=app
+ 1
Please use the search bar before asking a question here
https://www.sololearn.com/discuss/1348591/?ref=app
0
Ok I'm sorry, thanks
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 copied it from another person