Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

228
Views
Incruste el video de Vimeo para que responda y vea los controles en todo momento

Estoy tratando de incrustar un video de Vimeo en un sitio web móvil. Quiero que los usuarios vean los controles de Vimeo todo el tiempo sin desplazarse en ninguna dirección. Al mismo tiempo, el video debe estar centrado (horizontal y verticalmente) en la pantalla.

A continuación se muestra mi implementación actual, no funciona como se esperaba.

 <html> <head> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <meta name="viewport" content="width=device-width initial-scale=1.0 maximum-scale=1 user-scalable=0 minimum-scale=1"> <style> .embed-responsive-item { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } </style> </head> <body style="background-color:green"> <div class="embed-responsive embed-responsive-16by9"> <div id="video" style="background-color:red" class="embed-responsive-item"></div> </div> <script id="vimeo" async src="https://player.vimeo.com/api/player.js"></script> <script> function loadVimeoVideo() { var options = { id: '253989945', transparent: 1, } var player = new Vimeo.Player('video', options) } var script = document.querySelector('#vimeo'); script.addEventListener('load', function () { loadVimeoVideo(); }); </script> </body> </html>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!