1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

More precise storyboard

Prefer to have unused black sprites at the end of the image instead of
missing sprites of the end of the video
This commit is contained in:
Chocobozzz 2024-09-11 14:29:51 +02:00
parent 78149322ee
commit be7bc3a6a9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 4 additions and 22 deletions

View file

@ -941,7 +941,7 @@ export const ACTOR_IMAGES_SIZE: { [key in ActorImageType_Type]: { width: number,
export const STORYBOARD = {
SPRITE_MAX_SIZE: 192,
SPRITES_MAX_EDGE_COUNT: 10
SPRITES_MAX_EDGE_COUNT: 11
}
export const EMBED_SIZE = {