• I loaded the nextGen gallery images into table using js.dataTables plugin.
    I can easily sort, filter, search the table using keywords, gallery name, ect…

    However, when a user clicks the thumb, I currently force (html 5) a download. I’d like to change this to show the single image, just like when you click a thumbnail in a nextGen gallery.

    Here’s the thumbnail markup in the table:

    <a href="https://dev.oursite.com/wp-content/gallery/misc/desert.jpg" download="desert.jpg">
    <img src="https://dev.oursite.com/wp-content/gallery/misc/thumbs/thumbs_desert.jpg">
    </a>

    any ideas?

    https://ww.wp.xz.cn/plugins/nextgen-gallery/

The topic ‘replicate thumbnail click – single image display’ is closed to new replies.