Change images size of the previews inside the structure fields

Is there any ways to change images size of the previews inside the structure fields?
I would love to make them bigger as it would be more user friendly to work with.

I have looked all over the documentation without finding anything on the topic. And my skills to develop a plugin to do that kind of core modification is a little limited at the moment.

To be able to get something like this:

Instead of this

Thanks!

The way forward would be a field preview for the structure field: Field previews | Kirby CMS

Or maybe nested blocks field instead of a structure field.

1 Like

Amazing thanks @texnixe ! I found a similar solution so what I started was a good direction.

I’m lovin’ it! :blue_heart:

Hi, is this still the case in 2014?

I have a structure field, with images inside the ‘table’ and would like to make the images larger for the client to be able to see them. I was hoping layout: cards would work, but it stays as a list.

		fields:
			guitar_photo:
				type: files
				label: Photo
				multiple: false
				layout: cards

Thanks