I’m trying the photo collection feature and my images are displayed on two columns only. Is there a way to increase this number, or get a masonry layout like what I get with the Photos page plugin by @kottkrig?
I’m hoping that people will develop plug-ins to change the default collection style in different ways. As a quick fix, for your blog I think if you added this snippet of CSS it would at least have room to show 3 columns of photos:
Your #wrapper class in the section that you have is a max-width of 600px, which is pretty narrow. That is another way to increase width of the images. I might also do something with CSS grid, personally, for this kind of view.
I’m still trying to wrap my head around how to use Collections. I mean, in the sense that should I have a few select collections or plenty of them? Should I consider them at the page level or make a collection just for a post? Too many photos in a collection (one of them right now has 37) and I can’t display them in a post without overwhelming it.
I’d love a mosaic style too, since I have a mix of portrait and landscape shots.
Anyone have a CSS solution for keeping the same number of columns (for me, it looks like 2 on mobile, 3 on desktop) but enlarging the size of the photo columns to match the width of the Tiny theme? Right now, there’s an annoying gap to the right of the columns that feels like unused space. I’d be mighty grateful!