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

258
Views
¿Iframe a pantalla completa en lugar de desplazarse?

Busqué para ver si ya había una respuesta y hay algunas respuestas relacionadas, pero el código es diferente. Sinceramente, no estoy seguro de si esto es HTML o Javascript. No tengo experiencia en desarrollo web.

Así que esto es lo que está pegado en mi sitio web de WordPress.

 <iframe src="https:"some address" style="border:none; min-height: 700px; width: 1px; min-width: 100%; *width: 100%;" name="site" frameborder="0" marginheight="0px" marginwidth="0px" width="100%" height="100%" referrerpolicy="unsafe-url" allowfullscreen></iframe>

desplazamiento

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Intente agregar el atributo de desplazamiento (scrolling="no") para eliminar el desplazamiento.

 <iframe src="https://stackoverflow.com/" style="border:none; height:100vh; width: 100%;" name="site" frameborder="0" marginheight="0px" marginwidth="0px" width="100%" height="100%" referrerpolicy="unsafe-url" scrolling="no" allowfullscreen></iframe>

como el scrolling está en desuso, supongo que deberíamos ir con CSS.

puede agregar esto en su hoja de estilo o dentro de la etiqueta <style> en la página HTML

 iframe { overflow-x:hidden; overflow-Y:hidden; }
about 4 years ago · Santiago Trujillo 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!