Viewing 1 replies (of 1 total)
  • Hi @reikob

    If a Tiled Gallery type is chosen, Jetpack automatically calculates the number of columns for it based on the theme’s content width and on the number and size of images in the gallery.

    If more portrait-oriented images are in the gallery, more columns would be than landscape pictures since portrait-oriented photos are narrower.

    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 = XXX;

    …where XXX is the desired width of the gallery.

    This plugin also allows the user to change the width of their tiled galleries if they don’t want to mess with code.

    Read more on this here.

    Let me know if you have any questions.

    My best regards,

    Michelle

Viewing 1 replies (of 1 total)
  • The topic ‘Tiled gallery image sizes’ is closed to new replies.