Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Schalk Joubert

    (@schalkjoubert)

    Hi,

    I have managed this by using the css below, but would like to now whether there is a better way?

    @media only screen and (max-width: 767px) {
    
    .ngg-gallery-thumbnail a {
       pointer-events: none;
       cursor: default;
    }
    
    #jquery-overlay,
    #jquery-lightbox,
    #lightbox-container-image-box,
    #lightbox-container-image,
    #lightbox-container-image-data-box,
    #lightbox-container-image-data,
    #lightbox-image,
    #lightbox-nav,
    #lightbox-loading {
      display: none !important;
    }
    }

    Im havving the same problem, did you got the solution ?

    I would like to know as well. Great plugin, but not so mobile friendly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable lightbox for mobile devices’ is closed to new replies.