Skip to content

Commit

Permalink
Merge pull request #246 from karlmacklin/patch-1
Browse files Browse the repository at this point in the history
Add MIME type for WEBP image format
  • Loading branch information
sagikazarmark committed Dec 7, 2018
2 parents 2d33335 + b3b7e2a commit 4b909c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/functions.php
Expand Up @@ -724,6 +724,7 @@ function mimetype_from_extension($extension)
'txt' => 'text/plain',
'wav' => 'audio/x-wav',
'webm' => 'video/webm',
'webp' => 'image/webp',
'wma' => 'audio/x-ms-wma',
'wmv' => 'video/x-ms-wmv',
'woff' => 'application/x-font-woff',
Expand Down

0 comments on commit 4b909c0

Please sign in to comment.