Video (.mov) not displaying in website using github

18 hours ago 3
ARTICLE AD BOX

i have a project and i need to upload a video, i have set it and uploaded it using Githubs LFS (i just followed the documentation and it seemed to have worked?)

Video in the files on Github

The way the video is displayed on github repo page

but when it comes to looking at it on the website itself it doesnt seem to work or display, is it because its stored in Github LFS? how can i make it so it can display/bring in the video somehow?

the not working video on the website

the way i implemented it is just simply with this:

<video width="700px" height="400px" controls> <source src="Market yourself Video.mov" type="video/mp4"> Your browser does not support the video tag. </video>
Read Entire Article