We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbc79da + 941c47f commit ece28d5Copy full SHA for ece28d5
src/Adapters/File.php
@@ -28,6 +28,7 @@ class File extends Adapter
28
'image/png' => ['photo', 'imageHtml'],
29
'image/bmp' => ['photo', 'imageHtml'],
30
'image/ico' => ['photo', 'imageHtml'],
31
+ 'image/webp' => ['photo', 'imageHtml'],
32
'text/rtf' => ['rich', 'google'],
33
'application/pdf' => ['rich', 'google'],
34
'application/msword' => ['rich', 'google'],
0 commit comments