Thumbnail generation fails if replacement MIME-type specified for sub-sizes · Issue #55 · vollyimnetz/crop-thumbnails · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since WordPress 5.8 the image_editor_output_format hook makes it possible for generated thumbnails (sub-sizes) to be of a different image format than the original image. This is part of WordPress adding support for WebP, and eventually will also include other formats such as AVIF and JPEGXL.
This plugin currently fails silently and will not generate images if the MIME-type of the original image doesn't match that which is overridden by the image_editor_output_format hook.
The text was updated successfully, but these errors were encountered:
Since WordPress 5.8 the image_editor_output_format hook makes it possible for generated thumbnails (sub-sizes) to be of a different image format than the original image. This is part of WordPress adding support for WebP, and eventually will also include other formats such as AVIF and JPEGXL.
This plugin currently fails silently and will not generate images if the MIME-type of the original image doesn't match that which is overridden by the
image_editor_output_format
hook.The text was updated successfully, but these errors were encountered: