Skip to content

Commit

Permalink
Add 'image/webp' mime type support
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Fiser <[email protected]>
  • Loading branch information
Jakub Fiser committed Sep 30, 2020
1 parent c534e51 commit fcc6e09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/models/images.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default {
'image/x-xbitmap',
'image/bmp',
'image/svg+xml',
'image/webp',
],
component: Images,
}

0 comments on commit fcc6e09

Please sign in to comment.