<!-- wp:html --> <style> .huachigas-frame-wrap{position:relative;width:100%;margin:0;padding:0;background:#fff;line-height:0;} .huachigas-frame{width:100%;height:600px;border:0;display:block;transition:height .2s;} </style> <div class="huachigas-frame-wrap"> <iframe id="huachigas-iframe" class="huachigas-frame" src="https://energynews.mx/wp-content/uploads/2026/06/huachigas-reportaje.html" title="El otro huachicol que nadie sanciona" allow="fullscreen" scrolling="no"></iframe> </div> <script> (function(){ var f = document.getElementById('huachigas-iframe'); if(!f) return; function resize(){ try{ var doc = f.contentDocument || f.contentWindow.document; var h = Math.max( doc.body.scrollHeight, doc.documentElement.scrollHeight, doc.body.offsetHeight, doc.documentElement.offsetHeight ); if(h > 100) f.style.height = h + 'px'; }catch(e){} } f.addEventListener('load', function(){ resize(); // Re-medir varias veces porque hay fuentes web, mapa Leaflet y Chart.js que pintan asíncrono [100,400,900,1800,3000,5000].forEach(function(ms){ setTimeout(resize, ms); }); window.addEventListener('resize', resize); // Observer por si cambian filtros/tabs dentro del reportaje try{ var doc = f.contentDocument; new ResizeObserver(resize).observe(doc.body); }catch(e){} }); })(); </script> <!-- /wp:html -->