diff options
| author | 2025-07-15 17:36:47 +0700 | |
|---|---|---|
| committer | 2025-07-15 17:36:47 +0700 | |
| commit | 2d2138383af6d28c5b947c5a6c4989afa8f7ac56 (patch) | |
| tree | 6dfb9bf48bb640b29623cd0563c5c732afc196b0 /config | |
| parent | 373ec07b40178cb3b704aa83fc4fd53abfe279bc (diff) | |
| download | thumbnail-generator-2d2138383af6d28c5b947c5a6c4989afa8f7ac56.tar.gz thumbnail-generator-2d2138383af6d28c5b947c5a6c4989afa8f7ac56.zip | |
feat: first working prototype
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.json b/config/config.json index 298a03f..01b7727 100644 --- a/config/config.json +++ b/config/config.json @@ -21,7 +21,7 @@ "Config": { "Quality": 80, "Size": { - "MaxWidth": 1280, + "MaxWidth": 800, "MaxHeight": 0 } } |