jackwanders/GalleryView

Adding lightbox view gallery

Opened this issue · 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);