Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <body>
  2.  
  3. <div class="case_wrapper">
  4. <div class="movie_wrapper">
  5. <div class='embed-container'>
  6. <iframe src='http://player.vimeo.com/video/18085160' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen>
  7. </iframe>
  8. </div>
  9. </div>
  10. <div class="movie_info"></div>
  11. </div>
  12.  
  13. </body>
  14.  
  15. .case_wrapper {
  16. width:1200px;
  17. height:500px;
  18. background:#5340AA;
  19. }
  20.  
  21. .movie_wrapper {
  22. max-width:860px;
  23. max-height:500px;
  24. }
  25.  
  26. .movie_info {
  27. width:300px;
  28. height:500px;
  29. margin-left:40px;
  30. background:#53FF00;
  31. }
  32.  
  33. .embed-container {
  34. position: relative;
  35. padding-bottom: 56.25%;
  36. height: 0;
  37. overflow: hidden;
  38. max-width: 100%;
  39. height: auto;
  40. }
  41.  
  42. .embed-container iframe, .embed-container object, .embed-container embed {
  43. position: absolute;
  44. top: 0;
  45. left: 0;
  46. width: 100%;
  47. height: 100%;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement