GalleryView
GalleryView copied to clipboard
Adding lightbox view gallery
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);