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:
parent
78149322ee
commit
be7bc3a6a9
2 changed files with 4 additions and 22 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue