Topic: Pool is stuck with large images.

Posted under Site Bug Reports & Feature Requests

Im not sure if this is a setting or a bug but pools are stuck with large images in mobile mode so big that only 2 can fit side by side. Is there a fix/a setting i accidentally have stuck?

I believe with the next update there should be a normal option to select how many columns are used, until then you can use the css:

.posts-container { grid-template-columns: repeat(3,1fr); }