forked from fatfingers23/rusty_statusphere_example_app
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Feature Request
Add support for uploading WebP format images in the admin panel's image upload functionality.
Current Behavior
The image upload feature in the admin panel currently supports common formats like PNG, JPG, and GIF for custom emojis/images.
Desired Behavior
- Accept
.webpfiles in the image upload interface - Handle WebP format properly for storage and display
- Ensure WebP images work correctly as custom emojis
Benefits
- WebP provides better compression than PNG/JPEG with similar quality
- Smaller file sizes = faster loading times
- Modern browser support for WebP is excellent
- Would reduce storage and bandwidth usage
Implementation Notes
- Update file type validation to accept
image/webpMIME type - Ensure the image processing pipeline handles WebP correctly
- Test WebP rendering across different browsers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels