Types
Set size of the modal by .modal-sm
, .modal-md
, .modal-lg
to .modal-dialog
. Set data-backdrop="false"
to the modal to turn off the backdrop.
To show modal after page is loaded use data-timeout
attribute. Example: data-timeout="1000"
(shows after 1000ms).