Skip to content

Instantly share code, notes, and snippets.

@morgangallant
Last active August 29, 2017 19:49
Show Gist options
  • Save morgangallant/c25cf491b9ffb3547f8dd2730494f072 to your computer and use it in GitHub Desktop.
Save morgangallant/c25cf491b9ffb3547f8dd2730494f072 to your computer and use it in GitHub Desktop.
const _____ = document.getElementById("_____");
_____.addEventListener('click', function () {
var gallery = new PhotoSwipe(pswp, PhotoSwipeUI_Default, loadDataForElement(_____), options);
gallery.init();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment