Reputation: 811
I want to play mp.4 file on my xaringan slide, and I add the following but it won't play. Am I missing something here? Thank you.
<video width="500" height="400" controls>
<source src="music.mp4" type="video/mp4">
</video>
Upvotes: 0
Views: 127