“Cómo mostrar iframe en pleno ancho” Código de respuesta

Cómo mostrar iframe en pleno ancho

<div>
  <div style="position:relative;padding-top:56.25%;">
    <iframe src="https://www.youtube.com/embed/nckseQJ1Nlg" frameborder="0" allowfullscreen
      style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe>
  </div>
</div>
Loreto

Ancho completo y altura iframe

<body style="margin:0px;padding:0px;overflow:hidden">
    <iframe src="http://www.youraddress.com" frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%"></iframe>
</body>
Comfortable Cod

Ancho completo y altura iframe

<body style="margin:0px;padding:0px;overflow:hidden">
    <iframe src="http://www.youraddress.com" frameborder="0" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%"></iframe>
</body>
Comfortable Cod

Respuestas similares a “Cómo mostrar iframe en pleno ancho”

Preguntas similares a “Cómo mostrar iframe en pleno ancho”

Más respuestas relacionadas con “Cómo mostrar iframe en pleno ancho” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código