fix(gallery): use correct aspect ratios
/ publish (push) Successful in 3m48s

This commit is contained in:
2026-06-08 11:18:44 +02:00
parent 763163c24e
commit c678c7aa45
3 changed files with 63 additions and 17 deletions
-1
View File
@@ -91,4 +91,3 @@ To optimize images before uploading to Nextcloud:
```bash
convert input.png -resize 3000 -quality 80 output.webp
```