Advertisement
Najieb25

Untitled

Aug 21st, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.65 KB | None | 0 0
  1.     <!DOCTYPE html>
  2. <html>
  3. <head><style type="text/css">
  4.     .videoWrapper{
  5.         position: relative;
  6.         padding-bottom: 56.25%;/* 16:9 */;
  7.         padding-top: 25px;
  8.         height: 0;
  9.     }
  10.     .videoWrapper iframe{
  11.         position: absolute;
  12.         top: 0;
  13.         left: 0;
  14.         width: 100%;
  15.         height :100%;
  16.     }
  17. </style>
  18.     <title>Najieb Ramdhani XI RPL 2 </title>
  19. </head>
  20. <body>
  21.     <div class="videoWrapper">
  22.         <!-- Copy & Pasted from youtube -->
  23.         <iframe src="http://www.youtube.com/embed/n_dZNLr2cME?rel=0&hd=1" width="560" height="349" frameborder="0" allowfullscreen></iframe>>
  24.     </div>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement