I have this video:
<video src='videos/StressedOut.mp4' class='prize_video' controls></video>
I've checked, the URL is working. .prize_video
doesn't affect the function of the video, only the style:
.prize_video {
width: 800px;
height: 480px;
position: relative;
left: 22px;
}
I can click play, but the video won't start...