[ad_1]
Hi @cofeman,
While the display type doesn’t come with such a setting, you can add the following custom CSS to your site’s “Appearance -> Customize -> Additional CSS” to prevent the thumbnails’ click action:
.ngg-gallery-thumbnail a {
pointer-events: none !important;
}
Awesome, it works like a charm 🙂
Thank you a lot.
Kind regards.
