Changed default thumbnail quality to 100.

This commit is contained in:
ThePendulum 2020-01-25 06:25:33 +01:00
parent 72817f7be3
commit 4387092f7d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module.exports = {
media: {
path: './media',
thumbnailSize: 320, // width for 16:9 will be exactly 576px
thumbnailQuality: 90,
thumbnailQuality: 100,
limit: 25, // max number of photos per release
},
};