Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17732
    vvteam
    Participant

    There is any possibilities to modify the default lightbox template or use a custom one? I just need to add a little box for show custom field applied to the picture.

    #17815
    vvteam
    Participant

    I found this piece of code in lightgallery.js

    template = '<div class="lg-outer ' + this.s.addClass + ' ' + this.s.startClass + '">' +
                '<div class="lg" style="width:' + this.s.width + '; height:' + this.s.height + '">' +
                '<div class="lg-inner">' + list + '</div>' +
                '<div class="lg-toolbar group">' +
                '<span class="lg-close lg-icon"></span>' +
                '</div>' +
                controls +
                subHtmlCont +
                '</div>' +
                '</div>';

    but nothing change if i modify it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.