Skip to content

Commit

Permalink
Change default image wall sizing option to fit-height
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Feb 5, 2025
1 parent 9b827c2 commit a43c9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processors/visualisation/image_wall.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_options(cls, parent_dataset=None, user=None):
"average": "Average image in set",
"fit-height": "Fit height"
},
"default": "square",
"default": "fit-height",
"help": "Image tile size",
"tooltip": "'Fit height' retains image ratios but makes them have the same height"
},
Expand Down

0 comments on commit a43c9aa

Please sign in to comment.