Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. .video {
  2. position: relative;
  3. padding-bottom: 56.25%; /* 16:9 */
  4. padding-top: 25px;
  5. height: 0;
  6. }
  7. .video iframe {
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. width: 100%;
  12. height: 100%;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement