diff options
| author | Ruin0x11 <ipickering2@gmail.com> | 2021-05-07 21:20:42 -0700 |
|---|---|---|
| committer | Ruin0x11 <ipickering2@gmail.com> | 2021-05-07 21:20:42 -0700 |
| commit | 7e27df835c32bdc8b7c4a2c7570df5a02c7c4b9d (patch) | |
| tree | 831a1163df79de5844cc1a6d2321643a42e78602 /client/html | |
| parent | 169593ea3689e50388dbda13984cbb9bc3d7ce1c (diff) | |
Add AVIF/HEIF/HEIC upload support
Diffstat (limited to 'client/html')
| -rw-r--r-- | client/html/post_merge_side.tpl | 1 | ||||
| -rw-r--r-- | client/html/post_readonly_sidebar.tpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/client/html/post_merge_side.tpl b/client/html/post_merge_side.tpl index ad50a2e..372b5ed 100644 --- a/client/html/post_merge_side.tpl +++ b/client/html/post_merge_side.tpl @@ -37,6 +37,7 @@ 'image/png': 'PNG', 'image/webp': 'WEBP', 'image/avif': 'AVIF', + 'image/heif': 'HEIF', 'image/heic': 'HEIC', 'video/webm': 'WEBM', 'video/mp4': 'MPEG-4', diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl index 01a086d..cce33bf 100644 --- a/client/html/post_readonly_sidebar.tpl +++ b/client/html/post_readonly_sidebar.tpl @@ -10,6 +10,7 @@ 'image/png': 'PNG', 'image/webp': 'WEBP', 'image/avif': 'AVIF', + 'image/heif': 'HEIF', 'image/heic': 'HEIC', 'video/webm': 'WEBM', 'video/mp4': 'MPEG-4', |