Advertisement
wingman007

wrapper for responsive iframe

Nov 13th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. <style type="text/css">
  2. .videoWrapper {
  3.     position: relative;
  4.     padding-bottom: 56.25%; /* 16:9 */
  5.     padding-top: 25px;
  6.     height: 0;
  7. }
  8. .videoWrapper iframe {
  9.     position: absolute;
  10.     top: 0;
  11.     left: 0;
  12.     width: 100%;
  13.     height: 100%;
  14. }
  15. </style>
  16. <p> <div class="videoWrapper"><iframe src="http://fast.wistia.net/embed/iframe/vx69rggb0a?autoPlay=true&amp;controlsVisibleOnLoad=true&amp;endVideoBehavior=reset&amp;version=v1&amp;videoHeight=422&amp;videoWidth=750&amp;volumeControl=true" width="750" height="422" frameborder="0" scrolling="no"></iframe></div></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement