+ 2
How can I insert images in HTML from my smartphone?
How?
3 Réponses
+ 1
Tony Stark
Provide the correct file path of the file.
I have created a code example on how to do that in Android.
Please check it here:
https://code.sololearn.com/Ws6teyT5ti3g/?ref=app
+ 2
Here can you see how it can be done to make visible for other viewers here:
https://code.sololearn.com/WSLZPpBIFgr7/?ref=app
+ 1
This way works for me.
<video height="400px" controls>
<source src="file:/storage/emulated/0/WhatsApp/Media/WhatsApp Video/VID-20200923-WA0005.mp4" type="video/mp4">
</video>