replace hardcoded default video ratio

This commit is contained in:
rolux 2013-07-15 14:45:54 +00:00
commit 79791026b7
4 changed files with 5 additions and 4 deletions

View file

@ -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]
}