Sha256: 7f3b0321da3d091127de1cdd5e0e0b7246383551c9b3c7d91a41f9224f1830e8

Contents?: true

Size: 288 Bytes

Versions: 8

Compression:

Stored size: 288 Bytes

Contents

.video {
  margin: auto;

  @include media($large-screen) {
    width: 50%;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; // For ratio 16:9. 75% if ratio is 4:3
  height: 0;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
staple-0.0.9 source/stylesheets/staple/_video.scss
staple-0.0.8 source/stylesheets/staple/_video.scss
staple-0.0.7 source/stylesheets/staple/_video.scss
staple-0.0.6 source/stylesheets/staple/_video.scss
staple-0.0.5 source/stylesheets/staple/_video.scss
staple-0.0.4 source/stylesheets/staple/_video.scss
staple-0.0.3 source/stylesheets/staple/_video.scss
staple-0.0.2 source/stylesheets/staple/_video.scss