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-2023-11-09-studying-at-uct-day-in-the-life-of-a-uct-student-xhanti-solani'); if(f && f.contentWindow){ f.contentWindow.postMessage({"iframe":"iframe-uct-news-2023-11-09-studying-at-uct-day-in-the-life-of-a-uct-student-xhanti-solani", "value":"body-outerHeight"}, "*"); } };