Strapi Gallery in grid view?

Hi All,

I think the answer on this is no, but I wanted to double check here: Is there a way to configure the Multiple Media field to show a grid of the images added to the gallery (ideally with a way to drag and drop to reorder?) rather than the carousel view? I’m building a website for an art gallery. Some pages have 20+ images and reorganizing them, or even just getting a view of all of the images at once, would be really helpful! Thank you!

You could always extend and build your own plugin and make it yourself :slight_smile:

1 Like

I’d suggest making a feature request on GitHub, keep in mind that we likely will never implement manual relation ordering due the performance problems it raises. (Especially in the case of the media library due to it’s polymorphic relation)