We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1dbd80 commit b798925Copy full SHA for b798925
src/Umbraco.Web.UI.Client/src/packages/media/media/components/input-upload-field/utils.ts
@@ -744,6 +744,7 @@ export function getMimeTypeFromExtension(extension: string): string | null {
744
'.wbxml': 'application/vnd.wap.wbxml',
745
'.wcm': 'application/vnd.ms-works',
746
'.wdb': 'application/vnd.ms-works',
747
+ '.webp': 'image/webp',
748
'.wiz': 'application/msword',
749
'.wks': 'application/vnd.ms-works',
750
'.wm': 'video/x-ms-wm',
0 commit comments