Customising Kirby files modal

Hello,
Is there a possibility to customise how the files are displayed in the Kirby’s item files list modal?
Would it be possible to increase the size of the images or their aspect ratio?

There is no blueprint setting to achieve this, you would have to extend the dialog in a plugin.

Thanks! Has this even been made or is there any reference?

Examples in these plugins:

1 Like

Thanks! If I understand correctly none of these plugins is actually offering what I proposed so it would be an starting point?

Yes, exactly, those are just examples of how to approach this, there are no existing plugins for your use case.