1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-09 15:26:46 +02:00

Increase max size.

This commit is contained in:
Lars Jung
2014-11-20 02:17:36 +01:00
parent bf663d575b
commit 0ef346e6c9

View File

@@ -52,7 +52,7 @@ Options
"hideParentFolder": false, "hideParentFolder": false,
"modes": ["details", "grid", "icons"], "modes": ["details", "grid", "icons"],
"setParentFolderLabels": true, "setParentFolderLabels": true,
"sizes": [24, 32, 48, 64, 96], "sizes": [24, 32, 48, 64, 96, 128],
"smartBrowsing": true, "smartBrowsing": true,
"theme": "", "theme": "",
"unmanaged": ["index.html", "index.htm", "index.php"], "unmanaged": ["index.html", "index.htm", "index.php"],
@@ -331,7 +331,7 @@ Options
"mov": ["vid-avi", "vid-flv", "vid-mkv", "vid-mov", "vid-mp4", "vid-mpg", "vid-webm"], "mov": ["vid-avi", "vid-flv", "vid-mkv", "vid-mov", "vid-mp4", "vid-mpg", "vid-webm"],
"doc": ["x-pdf", "x-ps"], "doc": ["x-pdf", "x-ps"],
"delay": 1, "delay": 1,
"size": 96, "size": 128,
"exif": true "exif": true
}, },