Phone image source | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Phone image source

Hello there! How to call the address of an image from the phone in html?

29th Dec 2023, 7:26 AM
Ab Towhidi
Ab Towhidi - avatar
3 Answers
+ 2
Ab Towhidi easiest way is to go to imgbb.com upload your image / photo ... Then grab the full url ... Remove the hyperlink <a href='https://imgbb.com'> and the closing tag </a> ... Second option is using a separate storage location like Google drive or Dropbox. https://sololearn.com/compiler-playground/WT3661NHpV3B/?ref=app
29th Dec 2023, 7:59 AM
BroFar
BroFar - avatar
+ 1
It doesn't work
30th Dec 2023, 5:05 AM
Ab Towhidi
Ab Towhidi - avatar
0
Ab Towhidi this photo was stored in my phone ... Went to imgbb.com and uploaded ... After uploading using this as an example this full url was created: <a href="https://ibb.co/XYQvL9R"><img src="https://i.ibb.co/RjFVb1w/IMG-20231229-223516.jpg" alt="IMG-20231229-223516" border="0"></a> Removed: <a href="https://ibb.co/XYQvL9R"> and </a> Use: <img src="https://i.ibb.co/RjFVb1w/IMG-20231229-223516.jpg" alt="IMG-20231229-223516" border="0"> Now I'm able to paste this in the web playground as an image ...
30th Dec 2023, 5:18 AM
BroFar
BroFar - avatar