Why is the video not displaying at full width when I set a fixed height?
I am not concerned with preserving the original aspect ratio.
This is the code I currently have:
<video width="100%" height="314" autoplay loop>
<source src="https://s3-us-west-1.amazonaws.com/lapka-assets/web_blur.mp4" type="video/mp4">
</video>
Here is a JSFiddle for reference:
Any advice on how to make the video display properly?