CodeIgniter Forums
Add webp in Mimes - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: Add webp in Mimes (/showthread.php?tid=81619)



Add webp in Mimes - RedskyThirty - 03-28-2022

It would be nice to add this in the mime-type:
PHP Code:
'webp' => ['image/webp'



RE: Add webp in Mimes - luckmoshy - 03-29-2022

yeah! sure but you can figure out by yourself why no!


RE: Add webp in Mimes - InsiteFX - 03-29-2022

app/Config/Mimies.php

Find the images and add:

PHP Code:
'webp' => 'image/webp'



RE: Add webp in Mimes - kenjis - 03-29-2022

I sent PR: https://github.com/codeigniter4/CodeIgniter4/pull/5838


RE: Add webp in Mimes - InsiteFX - 03-30-2022

Thank you @kenjis .


RE: Add webp in Mimes - kenjis - 04-01-2022

Added in the develop branch.
It will be included in v4.2.0.