const iframe = document.querySelector(“iframe”);
const handleResize = (altura) => {
iframe.style.height = altura + ‘px’
};
window.addEventListener(‘mensagem’, (evento) => {
const {tipo, altura} = event.data
if (tipo === ‘redimensionar’) {
manipularResize(altura)
} else if (type === ‘init’) {
manipularResize(altura)
}
})