6

I wanted to display an mp4 video in my markdown file README.md. The video is in the same file as the README file I have tried several codes including:

![](ReactManageCourseApp.mp4)

and

<video width="320" height="240" controls>
  <source src="ReactManageCourseApp.mp4" type="video/mp4">
</video>

none of those worked for me I did also add ./ but still not working. Check here The video is not loading . How to fix that is there any way?

DINA TAKLIT
  • 7,074
  • 10
  • 69
  • 74

0 Answers0