We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a0f8b commit bfc7c74Copy full SHA for bfc7c74
1 file changed
packages/react/playground/src/App.tsx
@@ -6,7 +6,7 @@ import {
6
responsive,
7
lazyload,
8
placeholder
9
-} from '@cloudinary/react/src';
+} from '@cloudinary/react/src'
10
import { CloudinaryImage } from '@cloudinary/url-gen/assets/CloudinaryImage'
11
12
// This is our playground and can be used to test library
@@ -15,7 +15,7 @@ function App() {
15
16
return (
17
<div>
18
- <AdvancedImage cldImg={img} />
+ <AdvancedImage cldImg={img} plugins={[responsive({ steps: 100 })]} />
19
</div>
20
)
21
}
0 commit comments