mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Avatars thumbs improved
This commit is contained in:
@@ -1724,7 +1724,7 @@ async function generateThumbnail(type, file) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const imageSizes = { 'bg': [160, 90], 'avatar': [48, 48] };
|
||||
const imageSizes = { 'bg': [160, 90], 'avatar': [96, 96] };
|
||||
const mySize = imageSizes[type];
|
||||
|
||||
const image = await jimp.read(pathToOriginalFile);
|
||||
|
Reference in New Issue
Block a user