Skip to content

Instantly share code, notes, and snippets.

@rasy-js
Created July 8, 2015 13:21
Show Gist options
  • Save rasy-js/b59c46482a7c990375a0 to your computer and use it in GitHub Desktop.
Save rasy-js/b59c46482a7c990375a0 to your computer and use it in GitHub Desktop.
$('.gallery').magnificPopup({
delegate: 'a',
type: 'image',
gallery:{
enabled:true
},
image: {
titleSrc: 'title'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment