Trying to create a drag and drop photo gallery

Hi everyone,

I’m trying to create a drag and drop photo gallery. The main idea is to enable users to change the order of their pictures. My idea was to use Kanban with a single stack. Yet all the items are put vertically and I want them to be put horizontally (if possible more like a grid).
Do you have any idea on how I can achieve that ?

Thanks,

Axel

For now you could force this with custom css by using display flex and row, on the container of the slides on a kanban stack. @Alexis is gonna add the possibility to make horizontal drag stacks hopefully soon though.