• Resolved renard007

    (@renard007)


    Hello,

    My nextgen gallery works fine BUT I want to remove link on click (left click).
    I just want to show the gallery (with thummbnails) but I don’t want the user can see the image in big in the lightbox.

    How can I do that?
    Thanks a lot for your answer.

Viewing 1 replies (of 1 total)
  • Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @renard007,

    You can disable the lightbox triggers by adding the CSS rule from below to “Gallery -> Other Options -> Styles”

    .nextgen_pro_film .image-wrapper a {
        pointer-events: none !important;
    }

    Hope this helps

Viewing 1 replies (of 1 total)
  • The topic ‘How can I remove link on my gallery’ is closed to new replies.