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



Bug Description
After #152 "Full"" sized images inserted by users will still use the original jpeg image or (
-scaledversion for larger images) because the WebP version is not being generated. See #152 (comment).Proposal to fix:
big_image_size_threshold), generate a-scaled.webpfileSteps to reproduce
Expected:
.webpfilesActual
.jpgfile.Screenshots