Advertisement
Guest User

YT responsive embed

a guest
Jul 19th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <style>
  2. .videowrapper {
  3. float: none;
  4. clear: both;
  5. width: 100%;
  6. position: relative;
  7. padding-bottom: 56.25%;
  8. padding-top: 25px;
  9. height: 0;
  10. }
  11. .videowrapper iframe {
  12. position: absolute;
  13. top: 0;
  14. left: 0;
  15. width: 100%;
  16. height: 100%;
  17. }
  18. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement