Skip to content

Commit

Permalink
Merge pull request #19 from seatable/support-webp
Browse files Browse the repository at this point in the history
support webp
  • Loading branch information
freeplant authored Nov 11, 2022
2 parents 9aac582 + 02a878d commit 714c6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seatable_thumbnail/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
CDOC = 'cdoc'

PREVIEW_file_ext = {
IMAGE: ('gif', 'jpeg', 'jpg', 'png', 'ico', 'bmp', 'tif', 'tiff',),
IMAGE: ('gif', 'jpeg', 'jpg', 'png', 'ico', 'bmp', 'tif', 'tiff', 'webp'),
DOCUMENT: ('doc', 'docx', 'ppt', 'pptx', 'odt', 'fodt', 'odp', 'fodp',),
SPREADSHEET: ('xls', 'xlsx', 'ods', 'fods',),
SVG: ('svg',),
Expand Down

0 comments on commit 714c6ec

Please sign in to comment.