The way I’m laying it out is more or less the same as in PixelGeek’s workshop here (at around 28 minutes): Webflow Workshop #37: Designing flexbox layouts in Webflow - YouTube
So i’ve assigned a new collection to every flex parent, and filtered it based on the numbers i’ve chosen in the collection item in the CMS.
My goal with this mosaic is to (eventually) have this news page infinitely scroll as I add more and more news collection items.
The Question:
But I’ve run into a wall (quite literally). There’s a boundary. Webflow won’t let me create more than 20 collection lists on one page. I’m only having 1 item per collection list.
If there’s anyone out there who knows how to lift the restrictions with a handy piece of code, that would be awesome ( webflow staff maybe?? )
Or if anyone knows a better way to implement the thing that im describing above (having an infinitely scrolling mosaic news feed), I’d love to hear your solutions!
Forgive me if i’ve used the wrong technical language here, i’m more of a designer than developer. Hope its understandable.
There is a trick that maybe can work for you and you will need one collection list element. I think going above the 20 per page limit is not possible so maybe the trick will work nice. There’s something called text columns. Here’s a demo project > https://mosaic-blog.webflow.io/ Never used text columns, but many people use the property to achieve a masonry grid.
If you go to section > blog-wrap > collection-list-wrapper > collection-list > text setting > you can see the text column settings where I’m using 3 columns. The collection-item has text column applied as well.
Explore and feel free to reach out if you need help.
Aaah I see… So you’re using text column to break it up… thats cool. I’m not sure how all my animations will carry over to that sorta layout though. I also need to have different heights for my masonry grid items, so I’m not sure how that would work.
I’m not sure if that’s a better solution unfortunately…
But i’m open to try more things.