Skip to content

Commit

Permalink
Update config-yaml.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 authored Jan 20, 2025
1 parent 350d70c commit 47b62d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Administration/config-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ protocol:
| `thumbnails.enabled` | Enable thumbnail generation | `true` | `true`, `false` |
| `thumbnails.quality` | JPEG thumbnail quality | `95` | 0-100 |
| `thumbnails.format` | Image format for thumbnails | `jpg` | `jpg`, `png` |
| `thumbnails.dimensions` | Thumbnail sizes per type (width, height) | `{ 'bg': [160, 90], 'avatar': [96, 144] }` | Object (key: string, value: array of numbers) |
| `thumbnails.dimensions.bg` | Background thumbnails size | `[160, 90]` | Array of two numbers (width, height) |
| `thumbnails.dimensions.avatar` | Avatar thumbnails size | `[96, 144]` | Array of two numbers (width, height) |

## Backup Configuration

Expand Down

0 comments on commit 47b62d8

Please sign in to comment.