forked from DebaucheryLibrarian/traxxx
Changed default thumbnail quality to 100.
This commit is contained in:
parent
72817f7be3
commit
4387092f7d
|
@ -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
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue