hey guys, what code do I use to show the link URL of my images from device in sololearn playground? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

hey guys, what code do I use to show the link URL of my images from device in sololearn playground?

Display background image in sololearn playground

29th Sep 2018, 5:35 AM
David Arumba
David Arumba - avatar
2 ответов
+ 2
You can use your local url like background-image: "file:///sdcard/myImg.jpg" supposing you have an image myImg.jpg at /sdcard/ BUT you only will see this image because its not reachable from other
29th Sep 2018, 6:21 AM
KrOW
KrOW - avatar
+ 1
KrOW thank you, worked
1st Oct 2018, 4:26 PM
David Arumba
David Arumba - avatar