video in website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

video in website

<div class="col-lg-6 col-md-6 col-sm-6 " data-scroll-reveal="enter from the bottom after 0.4s" > <video width="640" height="360" style="width:100%;" controls> <source src="/assets/video/vdc-video.MP4" type="video/MP4" style="width:100%;"/> Your browser does not support the video tag. </video> </div> This is not working and I get an error that it couldn't find the video however, the path is correct and no typos. The video does not load on the website. Can i get some help? Thank you

8th Jun 2019, 6:25 PM
Isaac
Isaac - avatar
3 Answers
8th Jun 2019, 7:22 PM
Hëllo Wörld🔰
Hëllo Wörld🔰 - avatar
+ 1
Try moving your video file to the same folder where your page is and change the src="vdc-video.mp4". If it works then path was wrong.
8th Jun 2019, 6:32 PM
Giorgos Mariettakis
Giorgos Mariettakis - avatar
+ 1
Giorgios, that fixed the problem. Thank you
8th Jun 2019, 9:36 PM
Isaac
Isaac - avatar