1
0
mirror of https://github.com/kidoman/embd synced 2025-02-10 12:43:18 +01:00

25 lines
527 B
SCSS
Raw Normal View History

2014-03-31 06:33:08 +05:30
/* Video */
body .video {
width: 100%;
position: relative;
height: 0;
padding-bottom: 56.25%;
&.twitch, &.youtube.show_controls {
padding-top: 30px;
// Use .show_controls f you want the play/pause controls
// to show before the video plays, like on older youtube.
}
&.youtube, &.vimeo {
// Nothing goes here anymore. Both use overlay transports.
}
}
.video > video, .video > iframe, .video > object, .video > embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}