Hiding first and last arrows in Lightbox

HomeSupportImage StoreHiding first and last arrows in Lightbox

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #53478
    mrdares
    Participant

    Hello,
    Where should I have a look to hide first and last arrows in Lightbox?

    #53483
    mrdares
    Participant

    Something like… but I can’t figure it out for touch.jquery.js

    function updateNavigation( isLastPage ) {

    if( current === 0 ) {
    $navNext.show();
    $navPrev.hide();
    }
    else if( isLastPage ) {
    $navNext.hide();
    $navPrev.show();
    }
    else {
    $navNext.show();
    $navPrev.show();
    }

    }

    but I can’t figure it out for touch.jquery.js

    Please help!

    #53487
    Xpark Media
    Keymaster

    @ mrdares,

    will make the change in our incoming release of the plugin

    #53490
    mrdares
    Participant

    OK! Thanks!

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