-
Notifications
You must be signed in to change notification settings - Fork 131
Labels
[Plugin] Modern Image FormatsIssues for the Modern Image Formats plugin (formerly WebP Uploads)Issues for the Modern Image Formats plugin (formerly WebP Uploads)[Type] BugAn existing feature is brokenAn existing feature is broken
Milestone
Description
Bug Description
After #152 "Full"" sized images inserted by users will still use the original jpeg image or (-scaled
version for larger images) because the WebP version is not being generated. See #152 (comment).
Proposal to fix:
- Always generate a full sized WebP version when WebP output is active
- For larger images (over
big_image_size_threshold
), generate a-scaled.webp
file
Steps to reproduce
- Enable webp-uploads
- Upload and insert an image, select full size in the image properties sidebar
- view the post and check the image source
Expected:
- All image references are to
.webp
files
Actual
- some references are to a
.jpg
file.
Screenshots
Metadata
Metadata
Assignees
Labels
[Plugin] Modern Image FormatsIssues for the Modern Image Formats plugin (formerly WebP Uploads)Issues for the Modern Image Formats plugin (formerly WebP Uploads)[Type] BugAn existing feature is brokenAn existing feature is broken