Skip to content

Commit ece28d5

Browse files
authored
Merge pull request #300 from bazaarco/master
Webp support
2 parents fbc79da + 941c47f commit ece28d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Adapters/File.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class File extends Adapter
2828
'image/png' => ['photo', 'imageHtml'],
2929
'image/bmp' => ['photo', 'imageHtml'],
3030
'image/ico' => ['photo', 'imageHtml'],
31+
'image/webp' => ['photo', 'imageHtml'],
3132
'text/rtf' => ['rich', 'google'],
3233
'application/pdf' => ['rich', 'google'],
3334
'application/msword' => ['rich', 'google'],

0 commit comments

Comments
 (0)