mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 17:24:56 +03:00
@@ -353,7 +353,7 @@ const supportedImageMimeTypes = new Set([
|
|||||||
|
|
||||||
const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent); // https://stackoverflow.com/a/23522755
|
const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent); // https://stackoverflow.com/a/23522755
|
||||||
if (isSafari) {
|
if (isSafari) {
|
||||||
supportedImageMimeTypes.add('image/heic').add('image/heif');
|
supportedImageMimeTypes.add('image/heic').add('image/heif').add('image/jxl');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user