>>107536596
I know about that gallery view, but you can accomplish similar things by adding custom CSS to 4chan XT. Maybe you can add it to default 4chan as well since it has a custom CSS field, I haven't tried. This is a modified version another anon posted:
/* gallery grid */
.gal-viewport {
width: 40%;
}
.gal-thumbnails {
width: 100%;
flex: 0 0 40%;
flex-flow: wrap;
align-content: flex-start;
}
.gal-name {
Comment too long. Click here to view the full text.