Skip to content

Commit

Permalink
Merge branch 'main' into changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsnow301 committed Dec 22, 2024
2 parents 026d92d + 3122fd1 commit c7f01b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/Image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit c7f01b6

Please sign in to comment.