-
Notifications
You must be signed in to change notification settings - Fork 145
Add explanation for why modern format images may not appear after upload #2442
Copy link
Copy link
Open
Copy link
Labels
Good First IssueIssue particularly suitable to be worked on by new contributorsIssue particularly suitable to be worked on by new contributorsWCAsiaIssues flagged as Contributor Day candidates.Issues flagged as Contributor Day candidates.[Plugin] Modern Image FormatsIssues for the Modern Image Formats plugin (formerly WebP Uploads)Issues for the Modern Image Formats plugin (formerly WebP Uploads)[Type] EnhancementA suggestion for improvement of an existing featureA suggestion for improvement of an existing feature
Metadata
Metadata
Assignees
Labels
Good First IssueIssue particularly suitable to be worked on by new contributorsIssue particularly suitable to be worked on by new contributorsWCAsiaIssues flagged as Contributor Day candidates.Issues flagged as Contributor Day candidates.[Plugin] Modern Image FormatsIssues for the Modern Image Formats plugin (formerly WebP Uploads)Issues for the Modern Image Formats plugin (formerly WebP Uploads)[Type] EnhancementA suggestion for improvement of an existing featureA suggestion for improvement of an existing feature
Type
Fields
Give feedbackNo fields configured for Enhancement.
Projects
Status
Not Started/Backlog 📆
Users frequently open support topics confused about why their uploads aren't generating AVIF/WebP files, or why images on the frontend are still JPEG.
In most cases this is expected, the plugin discards the converted file if it's larger than the original (controlled by
webp_uploads_discard_larger_generated_images, which defaults totrue). But there's currently nothing in the admin dashboard that explains this.It would help to surface some explanation somewhere in the settings so users understand the default behavior.
Relevant support topics:
Related: #2390, #1836