Title: Jetpack gallery styles integration?
Last modified: August 20, 2016

---

# Jetpack gallery styles integration?

 *  Resolved [Alexander S. Kunz](https://wordpress.org/support/users/antermoia/)
 * (@antermoia)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/jetpack-gallery-styles-integration/)
 * Hello David,
 * the most recent versions of Jetpack include three nice new gallery layouts: rectangular(
   tiled), square and circles. They extend WP’s built-in [gallery] shortcode with
   a new “type” parameter, for example type=”rectangular” is used to get the nice“
   masonry” like gallery layout.
 * I quite like these, and was wondering if it’s possible (technically, and legally)
   to integrate them with the [mla_gallery] shortcode.
 * Here’s what a tiled (rectangular) gallery looks like:
    [http://www.alex-kunz.com/portfolio/boden-canyon/](http://www.alex-kunz.com/portfolio/boden-canyon/)
 * Thanks
    Alexander.
 * [http://wordpress.org/extend/plugins/media-library-assistant/](http://wordpress.org/extend/plugins/media-library-assistant/)

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

 *  Plugin Author [David Lingren](https://wordpress.org/support/users/dglingren/)
 * (@dglingren)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/jetpack-gallery-styles-integration/#post-3547695)
 * Thank you for this suggestion. I have downloaded Jetpack 2.2 and I will investigate
   the possibility of extending the `[mla_gallery]` shortcode to support Jetpack’s
   enhanced gallery types.
 * Jetpack is quite large and sophisticated, as you might expect. It make take me
   a while to complete my assessment. Thanks in advance for your patience; I will
   post my progress to this topic.
 *  Plugin Author [David Lingren](https://wordpress.org/support/users/dglingren/)
 * (@dglingren)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/jetpack-gallery-styles-integration/#post-3547853)
 * I have just released version 1.30, which includes the new `mla_alt_shortcode`
   parameter you can use to combine `[mla_gallery]` with any other shortcode that
   takes a list of attachment IDs as input. This includes all the Jetpack gallery
   variations. For example, you can get a “tiled mosaic” gallery by coding something
   like:
 * `[mla_gallery attachment_category=vegetable tax_operator="NOT IN" mla_alt_shortcode
   =gallery type="rectangular"]`
 * In this example, `mla_alt_shortcode=gallery` directs `[mla_gallery]` to pass 
   the results of its data selection off to the `gallery` shortcode, and `type="
   rectangular"` is intercepted by Jetpack and used to format and display the results.
 * Let me know if you have any trouble with this new feature. Thanks for the suggestion
   and for your interest in the plugin.
 *  Thread Starter [Alexander S. Kunz](https://wordpress.org/support/users/antermoia/)
 * (@antermoia)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/jetpack-gallery-styles-integration/#post-3547854)
 * That’s a fantastic new feature, David. The `mla_alt_shortcode` parameter opens
   a WORLD of possibilities to combine the powerful queries of MLA with other gallery
   plugins. Fantastic idea!!!

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

The topic ‘Jetpack gallery styles integration?’ is closed to new replies.

 * ![](https://ps.w.org/media-library-assistant/assets/icon-256x256.png?rev=973502)
 * [Media Library Assistant](https://wordpress.org/plugins/media-library-assistant/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/media-library-assistant/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/media-library-assistant/)
 * [Active Topics](https://wordpress.org/support/plugin/media-library-assistant/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/media-library-assistant/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/media-library-assistant/reviews/)

## Tags

 * [gallery](https://wordpress.org/support/topic-tag/gallery/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 3 replies
 * 2 participants
 * Last reply from: [Alexander S. Kunz](https://wordpress.org/support/users/antermoia/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/jetpack-gallery-styles-integration/#post-3547854)
 * Status: resolved