Skip to content

Instantly share code, notes, and snippets.

@icyflash
icyflash / jquery.photoswipe.js
Created November 13, 2015 06:43 — forked from kshnurov/jquery.photoswipe.js
PhotoSwipe: init from DOM using jQuery
(function( $ ) {
$.fn.photoswipe = function(options){
var galleries = [],
_options = options;
var init = function($this){
galleries = [];
$this.each(function(i, gallery){
galleries.push({
id: i,