forked from DebaucheryLibrarian/traxxx
Changed default thumbnail quality to 100.
This commit is contained in:
@@ -43,7 +43,7 @@ module.exports = {
|
|||||||
media: {
|
media: {
|
||||||
path: './media',
|
path: './media',
|
||||||
thumbnailSize: 320, // width for 16:9 will be exactly 576px
|
thumbnailSize: 320, // width for 16:9 will be exactly 576px
|
||||||
thumbnailQuality: 90,
|
thumbnailQuality: 100,
|
||||||
limit: 25, // max number of photos per release
|
limit: 25, // max number of photos per release
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user