replace hardcoded default video ratio
This commit is contained in:
parent
1d1d190522
commit
79791026b7
4 changed files with 5 additions and 4 deletions
|
|
@ -878,6 +878,8 @@
|
|||
"userLevels": ["guest", "member", "friend", "staff", "admin"],
|
||||
"video": {
|
||||
"formats": ["webm", "mp4"],
|
||||
// fixme: this should be named "ratio" or "defaultRatio",
|
||||
// as it also applies to clip lists (on load)
|
||||
"previewRatio": 1.7777777778,
|
||||
"resolutions": [96]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue