mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Increase default thumbnail size to match with UI settings
This commit is contained in:
@@ -901,9 +901,11 @@ cc.license.locale = en
|
||||
|
||||
##### Settings for Thumbnail creation #####
|
||||
|
||||
# maximum width and height of generated thumbnails
|
||||
thumbnail.maxwidth = 80
|
||||
thumbnail.maxheight = 80
|
||||
# Maximum width and height (in pixels) of generated thumbnails
|
||||
# NOTE: In the UI's base theme, `--ds-thumbnail-max-width` defaults to 175px.
|
||||
# So, if you set 'thumbnail.maxwidth' >175, you may wish to modify that UI style variable as well.
|
||||
thumbnail.maxwidth = 175
|
||||
thumbnail.maxheight = 175
|
||||
|
||||
# Blur before scaling. A little blur before scaling does wonders for keeping
|
||||
# more in check. (Only used by JPEGFilter)
|
||||
|
Reference in New Issue
Block a user