Title: Image grouping?
Last modified: August 30, 2016

---

# Image grouping?

 *  Resolved [Nikodemsky](https://wordpress.org/support/users/nikodemsky/)
 * (@nikodemsky)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/image-grouping/)
 * Is there possibility to add image grouping? For example if there is few images
   in one post, then i can switch from one to another with keyboard buttons.
 * I belive it’s called “gallery” in your github documentation, but i have no idea
   how to “call” it in wordpress.
 * [https://wordpress.org/plugins/wp-featherlight/](https://wordpress.org/plugins/wp-featherlight/)

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

 *  [SiteCare](https://wordpress.org/support/users/wpsitecare/)
 * (@wpsitecare)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/image-grouping/#post-6455550)
 * Hi Nikodemsky,
 * Sorry I didn’t see this earlier. Our plugin does support WordPress native galleries,
   as well as Jetpack galleries.
 * This video will walk you through the whole process of setting up WP Featherlight
   to work with galleries: [https://www.youtube.com/watch?v=UIZLxVO1bzo](https://www.youtube.com/watch?v=UIZLxVO1bzo)
 * Follow up on this thread if you run into any issues! Thanks.
 *  Thread Starter [Nikodemsky](https://wordpress.org/support/users/nikodemsky/)
 * (@nikodemsky)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/image-grouping/#post-6455555)
 * Thing is I don’t want to use it with wordpress native gallery, but with other
   plugin, it works but it does not grouping images, that’s why i wanted to know
   how to call gallery option on page. Is this even possible?
 *  [SiteCare](https://wordpress.org/support/users/wpsitecare/)
 * (@wpsitecare)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/image-grouping/#post-6455565)
 * The only galleries we currently support are WordPress galleries. Every gallery
   plugin handles images a little bit differently, so we don’t want to support too
   many plugins, as that could potentially add unnecessary bloat to our plugin. 
   What you want to accomplish is possible, but would require a customization of
   our plugin.
 * Essentially what you would need to do is find the HTML markup that the gallery
   is using, and adjust the JavaScript of our plugin to search for the image markup
   of that gallery, and tell it to trigger when it finds that particular markup.
   Hope that helps. Good luck.
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/image-grouping/#post-6455698)
 * [@nikodemsky](https://wordpress.org/support/users/nikodemsky/): I built a workaround
   to make it work on the whole page’s images here: [https://wordpress.org/support/topic/making-the-gallery-functionality-work-on-pagesposts?replies=10#post-7449847](https://wordpress.org/support/topic/making-the-gallery-functionality-work-on-pagesposts?replies=10#post-7449847)
 *  Thread Starter [Nikodemsky](https://wordpress.org/support/users/nikodemsky/)
 * (@nikodemsky)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/image-grouping/#post-6455699)
 * [@electricfeet](https://wordpress.org/support/users/electricfeet/) – thank you,
   i’ll check it soon.
 *  [graphicactivity](https://wordpress.org/support/users/graphicactivity/)
 * (@graphicactivity)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-grouping/#post-6455716)
 * [@electricfeet](https://wordpress.org/support/users/electricfeet/) thanks for
   your work around saved a lot of time, it would be great to have as a tick box
   within the WP Featherlight Options on Pages/Posts.
 * In wp-featherlight\js\wpFeatherlight.pkgd.min.js, make the following changes:
 *     ```
       1) change ".gallery-item a" to "a[data-featherlight='image']" (so that all anchors that have been picked up by Featherlight are now picked up by WP Featherlight)
       2) change ".gallery, .tiled-gallery" to ".entry-content" (so that the "gallery" is now the whole of the content of the post/page).
       ```
   

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

The topic ‘Image grouping?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-featherlight_121e24.svg)
 * [WP Featherlight - A Simple jQuery Lightbox](https://wordpress.org/plugins/wp-featherlight/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-featherlight/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-featherlight/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-featherlight/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-featherlight/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [graphicactivity](https://wordpress.org/support/users/graphicactivity/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/image-grouping/#post-6455716)
 * Status: resolved