<iframe id="kit-landing"
        src="public_html/wp-content/uploads/index.html"
        title="Keep in Touch — Coontatto per la salute mentale"
        style="width:100%;border:0;display:block;min-height:100vh"
        loading="lazy"></iframe>
<script>
(function () {
  var f = document.getElementById('kit-landing');
  function fit(){ try { f.style.height = f.contentWindow.document.body.scrollHeight + 'px'; } catch(e){} }
  f.addEventListener('load', fit);
  window.addEventListener('resize', fit);
  setInterval(fit, 1000); // si adatta all'altezza dei contenuti
})();
</script>