diff --git a/app/components/place-photo-upload-item.gjs b/app/components/place-photo-upload-item.gjs index 0e41c2a..de5c8f6 100644 --- a/app/components/place-photo-upload-item.gjs +++ b/app/components/place-photo-upload-item.gjs @@ -10,7 +10,7 @@ import { isMobile } from '../utils/device'; import Blurhash from './blurhash'; const MAX_IMAGE_DIMENSION = 1920; -const IMAGE_QUALITY = 0.94; +const IMAGE_QUALITY = 0.9; const MAX_THUMBNAIL_DIMENSION = 350; const THUMBNAIL_QUALITY = 0.9;