Skip to content

Instantly share code, notes, and snippets.

@omniacode
Last active October 8, 2016 16:39
Show Gist options
  • Save omniacode/53463e2307a13f1b975c2bd6c01db618 to your computer and use it in GitHub Desktop.
Save omniacode/53463e2307a13f1b975c2bd6c01db618 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