I recently added a video to my webpage that is 3:48 minutes long. However, even though I have the navigation bar and sound in place, the video does not seem to be displaying properly. Here is an image of how it appears:
https://i.stack.imgur.com/HeN41.png
Below is the snippet of my HTML:
<video height="90%" width="90%" class="demoVideo" controls><source src="video.mp4" type="video/mp4">
And here is the corresponding CSS:
.demoVideo {
position: fixed;
z-index: 20;
background-color: transparent;
max-width: 77.083333333333%;
max-height: 77.12962962963%;
margin-left: 11.458333333333%;
top: 11.111111111111%;
border: 1px white solid;
}
You can also view the Video Codec information by clicking on the following link: