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 f053ce5 commit dfdbb77Copy full SHA for dfdbb77
web/src/lib/utils/asset-utils.ts
@@ -353,7 +353,7 @@ const supportedImageMimeTypes = new Set([
353
354
const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent); // https://stackoverflow.com/a/23522755
355
if (isSafari) {
356
- supportedImageMimeTypes.add('image/heic').add('image/heif');
+ supportedImageMimeTypes.add('image/heic').add('image/heif').add('image/jxl');
357
}
358
359
/**
0 commit comments