• Resolved Ruester

    (@ruester)


    [gallery type="rectangular" size="medium" columns="5" link="file" ids="134,135,136,137,138,139,140,141,142,143,144,147,148,149,150,151"]

    I used the above shortcode to no avail…

    I am trying to adjust the default Gallery Image size on the page and none of the changes I make are doing anything!

    I am wondering if it could be a problem with the CDN Cache overriding the settings, but I’m not sure…

    here is the gallery I’m working on: https://dagmaredwards.com/test/artsy-fartsy
    (Which has the above shortcode, but as you see, nothing changed!)

    Thank you for any help!

    https://www.ads-software.com/plugins/jetpack/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    When using Tiled Galleries, Jetpack automatically calculates the number of columns based on your theme’s content width, and on the number and size of your images.
    For example, if you were to upload more portrait images, you’d get more columns than if you were to use landscape pictures.

    That’s why the column setting doesn’t work with Tiled Galleries.

    I hope that clarifies things a bit.

    Thread Starter Ruester

    (@ruester)

    So what’s the best way to take control of the width of my gallery? It seems locked on the max size…

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    The Tiled Galleries are built based on your theme’s $content_width value:
    https://codex.www.ads-software.com/Content_Width

    You can define a specific $content_width value by adding the following code to your theme’s functions.php file:

    if ( ! isset( $content_width ) )
        $content_width = 800;

    If you do not feel comfortable editing your theme files, you can install this plugin instead:
    https://www.ads-software.com/plugins/custom-content-width/

    Thread Starter Ruester

    (@ruester)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't adjust image size or # of columns in Tiled Galleries!’ is closed to new replies.