Skip to content

Instantly share code, notes, and snippets.

@bunnywong
Last active August 29, 2015 14:11
Show Gist options
  • Save bunnywong/9605843ed5b9d4f2f170 to your computer and use it in GitHub Desktop.
Save bunnywong/9605843ed5b9d4f2f170 to your computer and use it in GitHub Desktop.
Embed youtube CSS in Drupal
.field-item {
position: relative;
padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
/* padding-bottom: 62.5%; - 16:10 aspect ratio */
/* padding-bottom: 75%; - 4:3 aspect ratio */
padding-top: 30px;
height: 0;
overflow: hidden;
}
.field-item iframe,
.field-item object,
.field-item embed {
border: 0;
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