Title: [Plugin: Mobile Gallery] Separate gallery support?
Last modified: August 20, 2016

---

# [Plugin: Mobile Gallery] Separate gallery support?

 *  [Jason Spatola](https://wordpress.org/support/users/jasonspatola/)
 * (@jasonspatola)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-mobile-gallery-separate-gallery-support/)
 * If I have multiple galleries on a page, is there a way to keep them separate 
   in the “lightbox” view?
 * Instead of jumping from the last image in Gallery A to the first image in Gallery
   B, I’d like to keep my galleries segregated.
 * To vivify, what I’m trying to accomplish is similar to the “03-multiple-image-
   sets” file in the PhotoSwipe examples.
 * Great plugin, otherwise!
 * [http://wordpress.org/extend/plugins/mobile-gallery/](http://wordpress.org/extend/plugins/mobile-gallery/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Dalton Rooney](https://wordpress.org/support/users/daltonrooney/)
 * (@daltonrooney)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-mobile-gallery-separate-gallery-support/#post-2545116)
 * Good call! I’ll look into this and update the plugin shortly.
 *  Thread Starter [Jason Spatola](https://wordpress.org/support/users/jasonspatola/)
 * (@jasonspatola)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-mobile-gallery-separate-gallery-support/#post-2545194)
 * EDITED version – my first post had some incorrect stupidity in it.
 * Calling it like this SEEMS to work.
 *     ```
       jQuery(document).ready(function ($) {
   
       	var myPhotoSwipe = $(".gallery").each(function(){
       	$(this).find(".gallery-item a").photoSwipe({ allowUserZoom:false, zIndex:'10000', captionAndToolbarShowEmptyCaptions:false });
       	});
   
       });
       ```
   
 * I’ve got a custom version that adds NextGEN support (in tandem with native gallery
   support) – it seems to work as well.
 * I’m sure you probably have a better solution, but in case this helps………
 *  Plugin Author [Dalton Rooney](https://wordpress.org/support/users/daltonrooney/)
 * (@daltonrooney)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-mobile-gallery-separate-gallery-support/#post-2545249)
 * Looks pretty good to me. I’ll give it a try and post an update if everything 
   works.
 * Cheers!
    Dalton

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Mobile Gallery] Separate gallery support?’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mobile-gallery.svg)
 * [Mobile Gallery](https://wordpress.org/plugins/mobile-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-gallery/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Dalton Rooney](https://wordpress.org/support/users/daltonrooney/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-mobile-gallery-separate-gallery-support/#post-2545249)
 * Status: not resolved