Title: Non Clickable image
Last modified: May 2, 2017

---

# Non Clickable image

 *  Resolved [megamel](https://wordpress.org/support/users/megamel/)
 * (@megamel)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/non-clickable-image/)
 * Hi, i want to make the gallery thumbnails not clickable so that it doesn’t open
   the image. So it simply displays the thumbnail images on the page and doesn’t
   show a tooltip when you hover over it. Then i have another issue where the images
   are aligning themselves funny when you make the screen smaller, so it also displays
   strange on mobile. You can go view this occurrence on [http://www.pippaj.co.za](http://www.pippaj.co.za)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/non-clickable-image/#post-9089667)
 * [@megamel](https://wordpress.org/support/users/megamel/) – The following JavaScript
   snippet may be of use in disabling image click functionality:
 *     ```
       // Disable <img> clickable
       $(document).ready(function(){
           $('.post-body a img:not(.clickEnabled)').click(function(e) {
               if (e.which === 1) {
                   e.preventDefault();
               }
           });
       });
       ```
   
 * As to the small screen view issue I am not really seeing anything specific when
   viewing the URL you provided.
 * Thanks!
 * – Cais.

Viewing 1 replies (of 1 total)

The topic ‘Non Clickable image’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [photocrati](https://wordpress.org/support/users/photocrati/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/non-clickable-image/#post-9089667)
 * Status: resolved