なんかもう色々変えた
This commit is contained in:
parent
984c8b73cc
commit
62b70f85f0
11 changed files with 43 additions and 7 deletions
|
|
@ -341,7 +341,7 @@ export class FileServerService {
|
|||
} else {
|
||||
const data = (await sharpBmp(file.path, file.mime, { animated: !('static' in request.query) }))
|
||||
.resize({
|
||||
height: 64,
|
||||
height: 32,
|
||||
withoutEnlargement: true,
|
||||
})
|
||||
.webp(webpDefault);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue