Created
January 19, 2016 12:59
-
-
Save szeidler/7f331fc3a2525a646e64 to your computer and use it in GitHub Desktop.
Responsive video_embed_field – Simple markup as an alternative for https://www.drupal.org/project/fitvids
This file contains hidden or 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
.embedded-video .player { | |
position: relative; | |
padding-bottom: 56.25%; | |
height: 0; | |
overflow: hidden; | |
max-width: 100%; | |
} | |
.embedded-video .player iframe, | |
.embedded-video .player object, | |
.embedded-video .player embed { | |
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