#myModal { margin-top: 0; } .modal-body iframe { width: 100%; height: 80vh; /* Use viewport height */ border: none; }
$(window).on('load', function () { $('#myModal').modal('show'); }); setTimeout(function () { $('#myModal').modal('hide'); }, 32000); // 32 seconds