Skip to content

Instantly share code, notes, and snippets.

@DianaEC
Created June 27, 2017 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DianaEC/e30a09f3aafda8716443468bc3b2ce8f to your computer and use it in GitHub Desktop.
Save DianaEC/e30a09f3aafda8716443468bc3b2ce8f to your computer and use it in GitHub Desktop.
Larger Size
<!-- Large modal -->
<button type="button" class="btn btn-primary" data-toggle="modal" data-target=".bs-example-modal-lg">Large modal</button>
<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
...
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment