Skip to content

Instantly share code, notes, and snippets.

@drrobotnik
Created February 28, 2014 01:12
Show Gist options
  • Save drrobotnik/9263219 to your computer and use it in GitHub Desktop.
Save drrobotnik/9263219 to your computer and use it in GitHub Desktop.
whyuno
$('.event-gallery a').magnificPopup({
type: 'ajax',
callbacks: {
close: function() {
// destroy the slider to avoid memory leaks
this.content.find('.royalSlider').data('royalSlider').destroy();
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment