I\'ve been experimenting with HTML5 video playback. For example I have this video object embedded on my page:
If you want the video to fill the entire frame AND maintain its aspect ratio, use the following:
video { object-fit: cover; height: 100%; width: 100%; }