Sha256: dddf703c10612e956a0cedcfdd0066e0fb46e36b943596ab75201dc3e8bb86f7
Contents?: true
Size: 527 Bytes
Versions: 2
Compression:
Stored size: 527 Bytes
Contents
/* 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%; }
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
gumby_on_rails-0.0.1 | app/assets/stylesheets/gumby/ui/_video.scss |
middleman-gumby-0.0.1 | vendor/assets/sass/ui/_video.scss |