Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    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

    (@miyarakira)

    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

    (@lvruss)

    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.