You can use these code to Custom CSS box to disable Gallery Lightbox on Mobile.
#1. Gallery Grid – Simple
@media screen and (max-width:767px) { a.gallery-grid-lightbox-link { pointer-events: none; } }
#2. Gallery Grid – Strips
@media screen and (max-width:767px) { figure.gallery-strips-item .gallery-strips-lightbox-link { pointer-events: none; } }
#3. Gallery Masonry
@media screen and (max-width:767px) { a.gallery-masonry-lightbox-link { pointer-events: none; } }