Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .doublewrap {
  2. width:90%;
  3. height:auto;
  4. margin-left: 5%;
  5. margin-right:5%;
  6. border-color: black;
  7. border-width:1px;
  8. border-style:solid;
  9. }
  10. .videoWrapper {
  11. position: relative;
  12. padding-bottom: 56.25%; /* 16:9 */
  13. padding-top: 25px;
  14. height: 0;
  15. }
  16. .videoWrapper iframe {
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. width: 100%;
  21. height: 100%;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement