Advertisement
Guest User

Untitled

a guest
Jun 12th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. HTML:
  2. <div class="row v2-bloque-canal">
  3. <!-- Titulo -->
  4. <div class="col-xs-12 margin-t-20">
  5. <div class="v2-main-title pull-left width-100 text-center margin-b-5">
  6. Canal Hockey
  7. </div>
  8. </div>
  9. <!-- Titulo -->
  10. <!-- Video -->
  11. <div class="col-xs-12 margin-t-20">
  12. <div class="video">
  13. <iframe src="https://vimeo.com/showcase/6014559/embed" allowfullscreen="" frameborder="0"></iframe>
  14. </div>
  15. </div>
  16. <!-- Video -->
  17. </div>
  18.  
  19. CSS:
  20. .v2-bloque-canal .video {
  21. padding: 56.25% 0 0 0;
  22. position: relative;
  23. }
  24. .v2-bloque-canal .video iframe {
  25. position: absolute;
  26. top: 0;
  27. left: 0;
  28. width: 100%;
  29. height: 100%;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement