Skip to content

Instantly share code, notes, and snippets.

@bacoords
Created February 18, 2019 18:30
Show Gist options
  • Save bacoords/ce8e90bd41b55de51518f708c0074dc2 to your computer and use it in GitHub Desktop.
Save bacoords/ce8e90bd41b55de51518f708c0074dc2 to your computer and use it in GitHub Desktop.
sample bb magnific popup code
$('.cb-drawerfolio a').filter(function () {
return /\.(png|jpg|jpeg|gif)(\?.*)?$/i.test(this.href);
}).magnificPopup({
closeBtnInside: false,
type: 'image',
gallery: {
enabled: true
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment