mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-01 00:08:35 +09:00
enhance(server): 動画サムネイルの縦の長さを最大422pxにする
Related to #10149 Related to #10450
This commit is contained in:
parent
bc5e457a63
commit
a0c3dede8e
@ -37,7 +37,7 @@ export class VideoProcessingService {
|
||||
});
|
||||
});
|
||||
|
||||
return await this.imageProcessingService.convertToWebp(`${dir}/out.png`, 498, 280);
|
||||
return await this.imageProcessingService.convertToWebp(`${dir}/out.png`, 498, 422);
|
||||
} finally {
|
||||
cleanup();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user