Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save foliovision/147c68800d227e55721a985a82046752 to your computer and use it in GitHub Desktop.
Save foliovision/147c68800d227e55721a985a82046752 to your computer and use it in GitHub Desktop.
FV Player unload on magnificPopup closing
jQuery(document).on('mfpClose', function() {
jQuery('.flowplayer').data('flowplayer').unload()
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment