Skip to content

Commit

Permalink
Update packages/next/client/image.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Steven <[email protected]>
  • Loading branch information
timneutkens and styfle authored Oct 24, 2020
1 parent c9dd3b1 commit 512ec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/client/image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export default function Image({
paddingBottom: `${ratio}%`,
}
imgStyle = {
visibility: 'hidden',
visibility: lazy ? 'hidden' : 'visible',
height: '100%',
left: '0',
position: 'absolute',
Expand Down

0 comments on commit 512ec65

Please sign in to comment.