Viewing 6 replies - 1 through 6 (of 6 total)
  • Same question. Currently the WordPress gallery column setting has no effect on my Photoswipe Masonry Gallery. Did I miss something?

    OK. Apparently we cannot decide the number of columns through PhotoSwipe. Instead, we can decide which size of thumbnails we want, which will affect the number of thumbnails displayed in one row: WordPress Settings > Photoswipe

    Yeah the columns are created by Masonry for the best fit on the main column. So the smaller the images the more columns.

    Actually it doesn’t honor the image-size you set in the WordPress Gallery-editor’s size setting. It always has the thumbnails 150px width:

    .photoswipe_gallery figure {
    float: left;
    text-align: center;
    width: 150px;
    padding: 5px;
    margin: 0px;
    box-sizing: border-box;
    }

    Hello everyone,

    Yes, would be nice to have a full with gallery for small screens.
    For now I have edited the css.

    Thanks for the cool plugin.

    Hi programmin, the image sizes are set in the plugin settings. Settings > Photoswipe.

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

The topic ‘Setting number of columns’ is closed to new replies.