Set size of carousel image

Hi all!

I was wondering if it is possible to adjust the size of the images in carousel-type value lists. At the moment, the current image sizing makes the menu feel crowded quite quickly.

thank you in advance!

This is currently only possible using theme files. I am attaching a file that shows how to control all the properties of carousels. You can use the slideSize property to control the size of cards depending on various sizes for the container. In this example file, all values are divided by 2 compared to the default theme. Note that the height of the cards will still depend on the content, and might look strange in case you have long descriptions for each element.

carouselsize.json (582 Bytes)

See this style applied to an example model where the elements do not have descriptions.

thank you, i will try that!