Increase default thumbnail size to match with UI settings

This commit is contained in:
Tim Donohue
2021-06-14 15:12:11 -05:00
parent 128ef676b4
commit 9140161954

View File

@@ -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)