Skip to content

Picture

Show a thumbnail

picture_height

type: integer

Define the height of the thumbnail in pixels. The default value is 60. This value will influence the height of the whole table row.

yaml
columns:
    myColumn:
        picture_height: 60
        # ... further option

picture_width

type: integer

Define the width of the thumbnail in pixels. The default value is 60. If the column the column is in is smaller than this value, the thumbnail will be resized to fit the column.

yaml
columns:
    myColumn:
        picture_width: 60
        # ... further option