You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: "ratio" is recommended to prevent page layout jumping. The parameter is used to calculate image height to hold
170
169
the image position while image is loading.
171
170
172
-
<ahref="https://codesandbox.io/s/react-cloudimage-responsive-example-forked-b8zebi"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
171
+
<ahref="https://codesandbox.io/s/react-cloudimage-responsive-example-9e9rb5"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
173
172
174
173
### BackgroundImg component:
175
174
@@ -179,7 +178,7 @@ the image position while image is loading.
179
178
</BackgroundImg>
180
179
```
181
180
182
-
<ahref="https://codesandbox.io/s/react-cloudimage-responsive-example-kvep0t"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
181
+
<ahref="https://codesandbox.io/s/react-cloudimage-responsive-example-fseygn"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
183
182
184
183
## <aname="configuration"></a> Config
185
184
@@ -396,7 +395,7 @@ A function to be executed after the image is loaded
396
395
397
396
If set to true, the plugin will only add query parameters to the provided image source URL.
398
397
399
-
<ahref="https://codesandbox.io/s/react-cloudimage-responsive-example-jtf2e4"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
398
+
<ahref="https://codesandbox.io/s/react-cloudimage-responsive-example-6xl8pw"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
400
399
401
400
### disableAnimation
402
401
@@ -499,11 +498,6 @@ The lazyLoad configuration to [LazyLoad](https://github.com/twobin/react-lazyloa
499
498
500
499
To see the full Cloudimage documentation, [click here](https://docs.cloudimage.io/go/cloudimage-documentation).
*[Integration with Gatsby](https://github.com/scaleflex/react-cloudimage-responsive/blob/master/examples/EXAMPLES.md#integration-with-gatsby)
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "react-cloudimage-responsive",
3
-
"version": "3.6.0",
3
+
"version": "3.6.1",
4
4
"main": "dist/index.js",
5
5
"description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with fancy animation on image load.",
6
6
"author": "scaleflex",
@@ -40,7 +40,7 @@
40
40
"publish-demo": "npm run build-demo && npm run deploy"
0 commit comments