Show page outside styleguide
Font Face
Teva Sans Latin

Drafts & Templates
PBS Templates

Primitives & components context

Primitives & components: Teva SCS

Skip to main content

Google Web Designer Banner

Use the following css on the page:

<!-- since this is NOT a component but an integration. -->
<div class="embed-responsive" id="use-your-unique-id-and-style-it">
  <iframe class="embed-responsive-item border-0" src="/assets/images/test/gwd_interactive_model/"></iframe>
</div>
<!-- and add this to the head of the page: -->
<style>
  #use-your-unique-id-and-style-it {
    aspect-ratio: 600/1024
  }
  @media (min-width: 768px) {
    #use-your-unique-id-and-style-it {
      aspect-ratio: 1024/600
    }
  }
</style>
<!-- Pleas tweak the aspect-ratio to your needs. -->
<!-- (because the creator of the iframe content should determine this) -->