webp image support

This commit is contained in:
Stefan Hardegger
2026-07-21 08:29:35 +02:00
parent 6bcd2354dc
commit 78c3f1be19
4 changed files with 4 additions and 4 deletions

View File

@@ -439,7 +439,7 @@ export default function AddStoryContent() {
</label>
<ImageUpload
onImageSelect={setCoverImage}
accept="image/jpeg,image/png"
accept="image/jpeg,image/png,image/webp"
maxSizeMB={5}
aspectRatio="3:4"
placeholder="Drop a cover image here or click to select"