DocSpace-client/common/ASC.Thumbnails/config/config.json
2020-06-17 14:00:28 +03:00

15 lines
308 B
JSON

{
"port": 9800,
"savePath": "./thumbnails/",
"fileExt": ".png",
"noThumb": "./thumbnails/noimg.jpg",
"queue": 1,
"webshotOptions": {
"windowSize": {
"width": 384,
"height": 288
},
"timeout": 5000,
"zoomFactor": 0.3
}
}