In your code, for the modal-dialog div, add another class, modal-lg:

<div class="modal-dialog modal-lg">

Or if you wanna centre your modal dialog, use:

.modal-ku {
  width: 750px;
  margin: auto;
}
Answer from Praveen Kumar Purushothaman on Stack Overflow
🌐
Bootstrap
getbootstrap.com › docs › 4.2 › components › modal
Modal · Bootstrap
Embedding YouTube videos in modals requires additional JavaScript not in Bootstrap to automatically stop playback and more. See this helpful Stack Overflow post for more information. Modals have three optional sizes, available via modifier classes to be placed on a .modal-dialog.
🌐
Bootstrap
getbootstrap.com › docs › 5.3 › components › modal
Modal · Bootstrap v5.3
Embedding YouTube videos in modals requires additional JavaScript not in Bootstrap to automatically stop playback and more. See this helpful Stack Overflow post for more information. Modals have three optional sizes, available via modifier classes to be placed on a .modal-dialog.
🌐
Quackit
quackit.com › bootstrap › bootstrap_3 › tutorial › bootstrap_modal.cfm
Bootstrap 3 Modal
Add a stylized dialog box to your website with the Bootstrap modal component. Modals are created with the .modal class along with various other .modal-* classes to define each section of the modal. ... By default, Modals are medium sized.
🌐
W3Schools
w3schools.com › bootstrap › bootstrap_modal.asp
Bootstrap Modal Plugin
By default, modals are medium in size. For a complete reference of all modal options, methods and events, go to our Bootstrap JS Modal Reference.
🌐
Coolestguidesontheplanet
coolestguidesontheplanet.com › bootstrap › modal.php
Guide to Set Up Modals in Bootstrap 3, Change Size and Position
Getting started with Modals in Bootstrap 3, setting up the needed files, set up a modal, change size and position of modals and put one modal inside another
🌐
Quackit
quackit.com › html › html_editors › scratchpad
Bootstrap 3 Modal Large
Preview HTML code with this online HTML viewer. Bootstrap 3 modal large.
🌐
Tutorial Republic
tutorialrepublic.com › faq › how-to-change-the-default-width-of-bootstrap-modal-box.php
How to Change the Default Width of Bootstrap Modal Box
<!DOCTYPE html> <html lang="en"> ...strap.min.js"></script> <style> @media screen and (min-width: 676px) { .modal-dialog { max-width: 600px; /* New width for default modal */ } } </style> </head> <body> <div class="m-4"> <!-- Button ...
🌐
CodePen
codepen.io › scottpdawson › pen › nwXqEz
Bootstrap 3 Variable-Width Modal
<h1>Bootstrap 3 Variable-Width Modal</h1> <p>I wanted to override the default Bootstrap modal so it's variable-width, and height-optimized.</p> <p>Add "modal-wide" to the main modal div, and adjust the width in the CSS.
Find elsewhere
🌐
Scott Dawson
scottpdawson.com › creating-a-variable-width-modal-dialog-using-bootstrap-3
Creating a Variable-Width Modal Dialog Using Bootstrap 3 via Scott Dawson
I've enjoyed using Bootstrap 3 lately, but was limited by the fixed-width of the modal dialog boxes. I wanted to override the default Bootstrap modal so it was variable-width and height-optimized.
🌐
Nakupanda
nakupanda.github.io › bootstrap3-dialog
BootstrapDialog examples
Dialog that created by BootstrapDialog will be in a container BootstrapDialog.dialogs before it's closed and destroyed, iterate BootstrapDialog.dialogs to find all dialogs that havn't been destroyed. By default, the dialog size is 'size-normal' or BootstrapDialog.SIZE_NORMAL, but you can have ...
🌐
MDBootstrap
mdbootstrap.com › standard › modal size
Bootstrap Modal Sizing - free examples & tutorial
These sizes kick in at certain breakpoints to avoid horizontal scrollbars on narrower viewports. ... <div class="modal-dialog modal-xl">...</div> <div class="modal-dialog modal-lg">...</div> <div class="modal-dialog modal-sm">...</div> Another override is the option to pop up a modal that covers the user viewport, available via modifier classes that are placed on a .modal-dialog.
🌐
Tutorial Republic
tutorialrepublic.com › codelab.php
Live Demo: Bootstrap Large, Extra Large and Small Modals Sizes
View the live example as well as try and test it using the online HTML editor.
🌐
Bootstrap
getbootstrap.com › docs › 5.0 › components › modal
Modal · Bootstrap v5.0
Embedding YouTube videos in modals requires additional JavaScript not in Bootstrap to automatically stop playback and more. See this helpful Stack Overflow post for more information. Modals have three optional sizes, available via modifier classes to be placed on a .modal-dialog.
🌐
GeeksforGeeks
geeksforgeeks.org › how-to-configure-modal-width-in-bootstrap
How to configure modal width in Bootstrap? | GeeksforGeeks
September 6, 2021 - Bootstrap has three different container classes, namely: .container .container-fluid .container-{breakpoint} Width of a container varies in accordance with its class. We can create a full width ... Modal Closing Event in Twitter Bootstrap | Set 1 Prerequisite Knowledge: Bootstrap 4 | Modal Twitter Bootstrap’s modal class offer a few events that are fired at the standard Bootstrap modal class.