diff --git a/docs/4.1/components/modal.md b/docs/4.1/components/modal.md index 39c638b6d4..0d0fc49a6d 100644 --- a/docs/4.1/components/modal.md +++ b/docs/4.1/components/modal.md @@ -474,6 +474,40 @@ Embedding YouTube videos in modals requires additional JavaScript not in Bootstr Modals have three optional sizes, available via modifier classes to be placed on a `.modal-dialog`. These sizes kick in at certain breakpoints to avoid horizontal scrollbars on narrower viewports. +
Size | +Class | +Modal max-width | +
---|---|---|
Small | +.modal-sm |
+ 300px |
+
Default | +None | +500px |
+
Large | +.modal-lg |
+ 800px |
+
Extra large | +.modal-xl |
+ 1140px |
+