Guest User

Untitled

a guest
Dec 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. div {
  2. position: relative;
  3. width: 100%;
  4. padding-bottom: 56.25%; // 16:9 or 75% to 4:3
  5. }
  6. div iframe {
  7. width: 100%;
  8. height: 100%;
  9. position: absolute;
  10. top: 0; bottom: 0; left: 0; right: 0;
  11. }
Add Comment
Please, Sign In to add comment