let iframe = document.querySelector("iframe");
iframe.addEventListener("load",()=>{
iframe.setAttribute("height", iframe.contentWindow.document.body.scrollHeight);
});
iframe.src= "https://www.kodteam.com/";