Last active
December 5, 2019 00:43
-
-
Save avspeed/aa7c3d5136a9d2a6037d3a45a1e53e42 to your computer and use it in GitHub Desktop.
video fill container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="test-container" style=" | |
width: 100vw; | |
height: 100vh; | |
"> | |
<video autoplay="" id="test-video" style=" | |
width: 100vw; | |
height: 100vh; | |
object-fit: fill; | |
"> | |
</video> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
div fills page, video element fills div container, does not maintain aspect ratio