Skip to content

Adding lightbox view gallery #77

Description

@djmassive

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions