Skip to content

Commit

Permalink
Avoid complainings from Pagespeed
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed May 27, 2024
1 parent 8846946 commit 7395b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Image/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const Image = forwardRef<HTMLDivElement, ImagePropTypes>(
left: '-5%',
top: '-5%',
width: '110%',
height: '110%',
height: 'auto',
maxWidth: 'none',
maxHeight: 'none',
...placeholderStyle,
Expand Down

0 comments on commit 7395b73

Please sign in to comment.