Playstation Trophy Case

As of 20250925

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

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