Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. .iframe-container {
  2. position: relative;
  3. padding-bottom: 56.25%;
  4. padding-top: 75px;
  5. height: 0;
  6. }
  7.  
  8. .iframe-container iframe {
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. width: 100%;
  13. height: 100%;
  14. border: 0;
  15. }
  16.  
  17. <div class="iframe-container">
  18. <!-- embed-code -->
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement