<script>

 // Force height after a short delay to ensure it's loaded
 window.onload = function() {
   setTimeout(function() {
     var iframe = document.querySelector('#cusdis_thread iframe');
     if (iframe) {
       iframe.style.height = '700px';
       iframe.style.minHeight = '700px';
     }
   }, 2000); // 2 second delay
 };

</script> <script async defer src="https://cusdis.com/js/cusdis.es.js"></script>