GalleryView icon indicating copy to clipboard operation
GalleryView copied to clipboard

Adding lightbox view gallery

Open djmassive opened this issue 10 years ago • 0 comments

Add to line 12: var FancyBoxContent = new Array();

Add to line 464: var check = false;

Add after img.bind('load.galleryview',function() {

check = this.src.indexOf("thumbs/"); if(check == -1) { FancyBoxContent[FancyBoxContent.length++] = this.src; }

Add line 933: $.fancybox(FancyBoxContent);

djmassive avatar Feb 17 '15 14:02 djmassive