Title: [content gallery=&quot;native&quot;]
Last modified: August 21, 2016

---

# [content gallery="native"]

 *  Resolved [LVRuss](https://wordpress.org/support/users/lvruss/)
 * (@lvruss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/content-gallerynative/)
 * any way to specify number of columns and spacing?
 * [http://wordpress.org/plugins/custom-content-shortcode/](http://wordpress.org/plugins/custom-content-shortcode/)

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

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/content-gallerynative/#post-4396612)
 * Currently, there’s no way to specify columns or spacing – but that’s a good idea,
   I hadn’t thought about it.
 * The native gallery shortcode has several parameters like order, columns, image
   size. I can make the plugin pass those values to the native gallery. I don’t 
   see an option for spacing – looks like that will have to be done by CSS. I’ll
   see if there’s a way to include that option somehow.
 * It may take me a few days, I’ll let you know when the plugin is updated.
 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/content-gallerynative/#post-4396618)
 * Please see the update to version 0.4.6. You can pass parameters to the native
   gallery, including columns.
 *     ```
       [content gallery="native" columns="6"]
       ```
   
 * Changing the spacing for the native gallery doesn’t seem to be straight-forward.
   It’s possible to build your own gallery using [loop] and [content], and style
   it how you want with HTML/CSS. Here’s the basic form:
 *     ```
       [loop field="gallery"]
           [content field="thumbnail"]
       [/loop]
       ```
   
 * I’ve been thinking of adding a basic responsive gallery, but I’m afraid it will
   have to include a CSS file, and I’d like to keep this plugin as light-weight 
   as possible. I’m starting on another plugin for simple responsive layouts, so
   I can include a way to display a gallery field. If that’s something you’d like
   to see, I’ll work on getting it completed soon. 🙂
 *  Thread Starter [LVRuss](https://wordpress.org/support/users/lvruss/)
 * (@lvruss)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/content-gallerynative/#post-4396620)
 * Thanks for the rapid response and the update. I appreciate it.

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

The topic ‘[content gallery="native"]’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [LVRuss](https://wordpress.org/support/users/lvruss/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/content-gallerynative/#post-4396620)
 * Status: resolved