+ 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
2 Antworten
+ 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
+ 1
KrOW thank you, worked