18F/18f.gsa.gov

View on GitHub
_sass/_components/oembed.scss

Summary

Maintainability
Test Coverage
.embed-container {
  iframe {
    max-width: 100%;
  }

  &.rich {
    iframe {
      max-height: 519.5px;
      max-width: 610px;
    }
  }
}