Advertisement
danine1

youtube embed

Jan 14th, 2021
924
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1.     .youtube-embed {
  2.   position: relative;
  3.     padding-bottom: 56.25%;
  4.     padding-top: 0;
  5.     height: 0;
  6.     overflow: hidden;
  7. }
  8.  
  9. .youtube-embed iframe {
  10.     position: absolute;
  11.     top: 0;
  12.     left: 0;
  13.     width: 100%;
  14.     height: 100%;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement