Skip to content

Commit 4b977c4

Browse files
committed
Webp as a File and a not a WebPage
1 parent fbc79da commit 4b977c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Adapters/File.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ class File extends Adapter
2727
'image/gif' => ['photo', 'imageHtml'],
2828
'image/png' => ['photo', 'imageHtml'],
2929
'image/bmp' => ['photo', 'imageHtml'],
30-
'image/ico' => ['photo', 'imageHtml'],
30+
'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)