We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ab032 commit 899c689Copy full SHA for 899c689
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