Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

395
Vistas
Card Media from MUI not resizing correctly?

Hi there I'm trying to set up an IFrame using CardMedia from MUI but for some reason the width of the card media doesn't seem to be working properly is just ignoring what ever I set it up to.

So I have the following:

<Box mb={3} sx={{display: 'flex', justifyContent: 'center',  mr: 2,  color: "white"}}>
   <CardMedia
    component = "iframe"
    src="https://trovo.live/embed/player?streamername=SomeStreamerName&autoplay=1"
    height="800>"
    width="1020"
    frameborder="2"
    allowfullscreen>
   </CardMedia>
                            
   <CardMedia
    component = "iframe"
    src="https://trovo.live/chat/SomeStreamerName"
    height="800"
    width="300">
  </CardMedia>
</Box>

But it comes out like this:

enter image description here

However if I just use regular iFrame it works perfectly fine so I just wanted to know what I was doing wrong with CardMedia from MUI and how to fix it.

<Box mb={3} sx={{display: 'flex', justifyContent: 'center',  mr: 2,  color: "white"}}>
 <iframe
  src="https://trovo.live/embed/player?streamername=SomeStreamer&autoplay=1"
  height="800>"
  width="1020"
  frameborder="2"
  allowfullscreen>
</iframe>
                        
 <iframe
  src="https://trovo.live/chat/SomeStreamer"
  height="800"
  width="300">
</iframe>
</Box>

enter image description here

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda