Created
October 25, 2018 14:57
-
-
Save lucprincen/6bdf3dd87dde18a9167ab10899956e4c to your computer and use it in GitHub Desktop.
Scale video in ratio
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
.wp-block-embed{ | |
position: relative; | |
.entry-content-asset{ | |
width: 100%; | |
height: 0; | |
padding-top: 56.25%; | |
position: relative; | |
} | |
iframe{ | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment