Remodal
Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
Remodal DocumentationStylesheet
<link href="assets/lib/remodal/remodal.css" rel="stylesheet">
<link href="assets/lib/remodal/remodal-default-theme.css" rel="stylesheet">
Javascript
<script src="assets/lib/remodal/remodal.min.js"></script>
Example
<a class="btn btn-primary" href="#" data-remodal-target="modal">Show Modal</a>
<a class="video-modal btn btn-primary mr-3" href="https://www.youtube.com/watch?v=c8aFcHFu8QM" data-start="16" data-end="168">Youtube</a>
<a class="video-modal btn btn-primary" href="https://vimeo.com/58558497" data-start="34" data-end="345">Vimeo</a>