• Resolved fracalvi

    (@fracalvi)


    Hi,
    how can I remove, from the thumbs, the links to their big images?
    I want use a gallery with just the thumbs, without image opens on click.
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same here, just want to use the sidescroll gallery but without the lightbox or link to the big image.

    Hi there,

    You can add the following CSS rule to “Gallery -> Other Options -> Styles” in order to prevent any triggers when clicking on a thumbnail:

    .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
        pointer-events: none !important;
    }

    Hope this helps,
    Mihai

    • This reply was modified 7 years, 2 months ago by Mihai Ceban.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove links from the thumbs’ is closed to new replies.