strapi-plugin-responsive-image
strapi-plugin-responsive-image copied to clipboard
WebP Mime type
Generating WebP works fine out of the box but the mime type appears to remain the one of the original format instead of image/webp.
"formats": {
"large": {
"ext": ".webp",
"url": "/uploads/large_v_Qdy_Oj_N2zq_I_05d0ee103d.webp",
"hash": "large_v_Qdy_Oj_N2zq_I_05d0ee103d",
"mime": "image/jpeg",
"path": null,
"size": 58.94,
"width": 1000,
"height": 1113
},
}
Thanks, I'll have a look
This is still an issue. The file is correctly converted to webp, but both the mime type and the filename extension stay as png.
Will be fixed on next release