Skip to content

Commit bfc7c74

Browse files
fix: use responsive plugin in react playground
1 parent 27a0f8b commit bfc7c74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/react/playground/src

packages/react/playground/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
responsive,
77
lazyload,
88
placeholder
9-
} from '@cloudinary/react/src';
9+
} from '@cloudinary/react/src'
1010
import { CloudinaryImage } from '@cloudinary/url-gen/assets/CloudinaryImage'
1111

1212
// This is our playground and can be used to test library
@@ -15,7 +15,7 @@ function App() {
1515

1616
return (
1717
<div>
18-
<AdvancedImage cldImg={img} />
18+
<AdvancedImage cldImg={img} plugins={[responsive({ steps: 100 })]} />
1919
</div>
2020
)
2121
}

0 commit comments

Comments
 (0)