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

131
Views
Videos en React en pantalla completa

Cuando uso una etiqueta de video en reaccionar por alguna razón, sigue ocupando el tamaño completo de mi pantalla. ¿Me puedes ayudar? Mi código

 import sound from './best.wav' import vid from './best.mp4' function App() { return ( <div> <video controls> <source src={vid} type="video/mp4" /> <source src={sound} type="audio/wav" /> </video> </div> ); } export default App;
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Agregar ancho inline lo ayudará a controlar los diseños de video, además, la documentación deMDN lo ayudará a comprender en profundidad

 import sound from './best.wav' import vid from './best.mp4' function App() { return ( <div> <video controls style={{width: '200px'}}> <source src={vid} type="video/mp4" /> <source src={sound} type="audio/wav" /> </video> </div> ); } export default App;
about 4 years ago · Juan Pablo Isaza Report
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!