From 475b6278ad305cb04d8928f92b4413b2cf4f1d78 Mon Sep 17 00:00:00 2001 From: David Manthey Date: Wed, 8 Nov 2023 17:04:11 -0500 Subject: [PATCH] Update itemList docs Add information about image size. --- docs/girder_config_options.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/girder_config_options.rst b/docs/girder_config_options.rst index 78ef39d40..6e7e67025 100644 --- a/docs/girder_config_options.rst +++ b/docs/girder_config_options.rst @@ -72,6 +72,10 @@ This is used to specify how items appear in item lists. There are two settings, type: image value: thumbnail title: Thumbnail + # The maximum size of images can be specified. It defaults to 160 x + # 100. It will always maintain the original aspect ratio. + width: 250 + height: 250 - type: image value: label