We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899c689 commit d7bb67cCopy full SHA for d7bb67c
1 file changed
src/components/Image.tsx
@@ -75,15 +75,15 @@ export const Image = (props: IKImageProps) => {
75
transformationPosition
76
})
77
78
- // if (!responsive) {
79
- // return (
80
- // <img
81
- // {...nonIKParams}
82
- // loading={loading}
83
- // src={newSrc}
84
- // />
85
- // )
86
- // }
+ if (!responsive) {
+ return (
+ <img
+ {...nonIKParams}
+ loading={loading}
+ src={newSrc}
+ />
+ )
+ }
87
88
return (
89
<img
0 commit comments