Skip to content

Instantly share code, notes, and snippets.

@omniamike
Forked from omniacode/Modal
Created October 8, 2016 16:39
Show Gist options
  • Save omniamike/a60ab1655e36532b2d514ad7abb7fa9f to your computer and use it in GitHub Desktop.
Save omniamike/a60ab1655e36532b2d514ad7abb7fa9f to your computer and use it in GitHub Desktop.
Temp Modal
<script type="text/javascript">
jQuery(document).ready(function($) {
$('.video-modal').magnificPopup({
type: 'iframe',
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: true,
fixedContentPos: false
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment