Skip to content

Commit d7bb67c

Browse files
committed
revert
1 parent 899c689 commit d7bb67c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/Image.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ export const Image = (props: IKImageProps) => {
7575
transformationPosition
7676
})
7777

78-
// if (!responsive) {
79-
// return (
80-
// <img
81-
// {...nonIKParams}
82-
// loading={loading}
83-
// src={newSrc}
84-
// />
85-
// )
86-
// }
78+
if (!responsive) {
79+
return (
80+
<img
81+
{...nonIKParams}
82+
loading={loading}
83+
src={newSrc}
84+
/>
85+
)
86+
}
8787

8888
return (
8989
<img

0 commit comments

Comments
 (0)