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

156
Views
Cómo aumentar el ancho y la altura de un iframe que se crea en el editor tinymce

Estoy usando Laravel 5.8 y TinyMCE y he agregado un iframe a este editor y hago una nueva publicación con él.

Luego, en Blade, intenté recuperar datos como este:

 <!-- News Content --> <div class="text-justify mt-3"> {!! $new->nws_description !!} </div>

Y muestra correctamente el contenido pero el único problema es que el iframe es pequeño.

Entonces, necesito aumentar el ancho y la altura del iframe, ¡pero no sé cómo hacerlo!

Aquí está el contenido de $new->nws_description que se almacena en la base de datos:

 <p style="text-align: justify;">Lorem Ipsum Dolor Sit Amet</p> <p style="text-align: justify;">Lorem Ipsum Dolor Sit Amet</p> <p dir="ltr" style="text-align: justify;"><code></code></p> <div class="h_iframe-aparat_embed_frame" style="text-align: center;"><iframe title="iframe-title" src="iframe-link" allowfullscreen="true"></iframe></div> <p dir="ltr" style="text-align: justify;"><code></code></p> <p dir="ltr" style="text-align: justify;">&nbsp;</p> <div id="4591871988"></div> <div id="92356425254"></div>

Entonces, ¿cómo aumentar el tamaño del iframe automáticamente? Entonces sería así:

<iframe width="100%" height="100%" ...

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

puedes hacerlo con estilo, solo apunta al elemento

 <style> .h_iframe-aparat_embed_frame iframe{ width: 100% !important; height: 100% !important; } </style>
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!