Skip to content

Instantly share code, notes, and snippets.

@jawinn
Last active December 23, 2015 15:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jawinn/0e936461be263d7e7474 to your computer and use it in GitHub Desktop.
Save jawinn/0e936461be263d7e7474 to your computer and use it in GitHub Desktop.
Bootstrap 3.0 Modal HTML
<!-- Video / Generic Modal -->
<div class="modal fade" id="mediaModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<!-- content dynamically inserted -->
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment