UNPKG

withfront

Version:

Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x also FontAwesome, jsCookie and more

6 lines 248 B
// bootstrap wide modal - adjust height to fit entire page $(".modalWide").on("show.bs.modal", function() { var height = $(window).height() - 200; $(this).find(".modal-body").css("max-height", height); }); // END - bootstrap wide modal