Skip to content

Instantly share code, notes, and snippets.

@DevShahidul
Created February 23, 2018 06:25
Show Gist options
  • Select an option

  • Save DevShahidul/e0c8cc9d9fb3bff38ff7f9b6afadf71b to your computer and use it in GitHub Desktop.

Select an option

Save DevShahidul/e0c8cc9d9fb3bff38ff7f9b6afadf71b to your computer and use it in GitHub Desktop.
<!-- html structure -->
<a class="popup-youtube" href="https://www.youtube.com/watch?v=UbMCjJsCsok"><span>Watch the setup video</span><figure><img src="svgs/icn_ui_play_large.svg" width="32" height="32" alt="WatchBTN"></figure></a>
<!-- Scripting function -->
<script type="text/javascript">
$(document).ready(function() {
$('.popup-youtube, .popup-vimeo').magnificPopup({
disableOn: 700,
type: 'iframe',
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: false,
fixedContentPos: false
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment