Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. .ri_iframe {
  2. position: relative;
  3. width: 100%;
  4. padding-top: 56.25%; /* this is the % to 16:9 aspect ratio */
  5. }
  6.  
  7. .ri_iframe iframe {
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. right: 0;
  12. bottom: 0;
  13. width: 85%; /* you can set width and height as you wish, but they must be equals */
  14. height: 85%;
  15. margin: 0 auto;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement