0
How can I address a local img file (for testing)
The src doesnt work. Maybe need permissions?
9 Respostas
+ 3
If it is a small image you could try to convert the image to data uri and integrate it that way directly into your html code
Conversion with JS:
https://www.tutorialspoint.com/convert-image-to-data-uri-with-javascript
There also online converters
+ 2
The sololearn playground has no access to your local files.
+ 1
Thx a lot.
0
Thanks.
Can I change this?
0
As far as I know you can't.
0
Ok. Danke trotzdem.
0
No. And you probably don't want sololearn to have access to your local files either.
You can upload the image to hosting services.
Or maybe you look for an app that allows you to run your device...
0
Thx, Lisa
0
1- if you want to put you're local img, you can upload you're images on imgBB.com and then you can get the original link of you're images that let sololearn playground to access it.
2- put a space between img and src