window.addEventListener('message', function(evt) { var el=document.getElementById(evt.data.iframe); if(el){ el.style.height = evt.data.value + 'px'; }}); document.write(''); window.onresize = function(){ var f=document.getElementById('iframe-uct-news-2025-06-13-uct-highlights-rights-and-climate-justice-globally'); if(f && f.contentWindow){ f.contentWindow.postMessage({"iframe":"iframe-uct-news-2025-06-13-uct-highlights-rights-and-climate-justice-globally", "value":"body-outerHeight"}, "*"); } };