Skip to content

Instantly share code, notes, and snippets.

@sshkarupa
Created April 4, 2015 19:08
Show Gist options
  • Save sshkarupa/1a2fa05e2a0125dc47e0 to your computer and use it in GitHub Desktop.
Save sshkarupa/1a2fa05e2a0125dc47e0 to your computer and use it in GitHub Desktop.
magnific.js
$(".item").magnificPopup({
type : 'image',
gallery : {
enabled : true
},
removalDelay: 300,
mainClass: 'mfp-fade'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment