Skip to content
Snippets Groups Projects
Commit a0c3dede authored by tamaina's avatar tamaina
Browse files

enhance(server): 動画サムネイルの縦の長さを最大422pxにする

Related to #10149
Related to #10450
parent bc5e457a
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment