Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Not sure if collections had any intended use than to put a collection of things together. The grid view does not display click for full list, I included that to comp for some of the issues I am facing with how I want to use them.

I don't see what you mean by infinity scroll. I am simply stating the creators could design to the style of page they want better. The only reason an infinity scroll would happen is with a stupid large collection, at the point one might consider doing the displaying another way, or making a finer tuned collection.

I am aware of using two different collections with grid view, this however provides other problems. As things work now my page might be as good as I am going to get it with my vision of things. We will see how that changes going forward.

Anyhow, thanks again.

There is a setting for infinity scroll, it is called , Disable auto-loading next page when browsing

I did not test wich sections this is used on, but  infinity scroll ist just loading new stuff by scrolling instead of displaying  a next page button.

If you have a grid of unknown many  items and embed this in a page,  you have limited options how to do this. Displaying all at once is just not done for collections. If they are embeded they limit it to 20 and if the  actual page is the collection, then 30. I presume this is to just not load all of it. But I wonder why they do not just make a scroll bar inside the embedded collection like in library view.