diff --git a/lib/components/Image.tsx b/lib/components/Image.tsx index f450c3a..2a41737 100644 --- a/lib/components/Image.tsx +++ b/lib/components/Image.tsx @@ -32,6 +32,7 @@ export function Image(props: Props) { computedProps.style = { ...computedProps.style, '-ms-interpolation-mode': fixBlur ? 'nearest-neighbor' : 'auto', + imageRendering: fixBlur ? 'pixelated' : 'auto', objectFit, };