MP4 Videos.
-
Hi All,
I’m trying to display a short video clip and although on inspection the browser sees the video it does not display and when I click on ‘copy video link’ and paste in to a new tab I get a 404 error. Incredibly frustrating. The video is located in the main directory. It should play instantly.
Basic code:
<div class="fullscreen-video-wrap"> <video id="my-video" preload="auto" autoplay loop="loop" muted="muted"> <source src="video/summit-vid.mp4" type="video/mp4" /> </video> </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘MP4 Videos.’ is closed to new replies.