Playstation Trophy Case

As of 20260829

Developer’s note. WordPress Gallery refuses to allow columns > 8. So if you want 10, add this in the CSS Styles:

.wp-block-gallery.has-nested-images figure.wp-block-image {
    width: calc(9.8% - var(--wp--style--unstable-gallery-gap, 16px) * 0.88) !important;
    height: 9.8%
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
    aspect-ratio: 1 / 1;
}