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
"ci-blur-hash" is A very compact representation of a placeholder for an image. <ahref="https://github.com/woltapp/blurhash">read more</a>
198
198
199
-
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-blur-hash-f0r2w2"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
199
+
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-example-blur-hash-k35ttt"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
200
200
201
201
### background image
202
202
@@ -206,7 +206,7 @@ Use the `ci-bg-url` instead of CSS background-image property `background-image:
206
206
<divci-bg-url="magnus-lindvall.jpg"></div>
207
207
```
208
208
209
-
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-blur-hash-9howpv"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
209
+
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-example-blur-hash-bx3c3o"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
@@ -513,7 +513,7 @@ To see the full cloudimage documentation [click here](https://docs.cloudimage.io
513
513
514
514
If set to true, the plugin will only add query parameters to the provided image source URL.
515
515
516
-
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-blur-hash-10uxe4"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
516
+
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-example-blur-hash-rp524l"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
517
517
### ci-not-lazy (or data-ci-not-lazy)
518
518
519
519
###### Type: **Bool**
@@ -527,7 +527,7 @@ Lazy loading is not included into js-cloudimage-responsive by default. If you [e
527
527
The example below uses [lazysizes](https://github.com/aFarkas/lazysizes)
@@ -182,7 +182,7 @@ Finally, just use the `ci-src` instead of the `src` attribute in image tag:
182
182
<imgci-src="magnus-lindvall.jpg"/>
183
183
```
184
184
185
-
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-plain-dbn2p2"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
185
+
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-example-plain-lmbq1m"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
186
186
187
187
### background image
188
188
@@ -192,7 +192,7 @@ Use the `ci-bg-url` instead of CSS background-image property `background-image:
192
192
<divci-bg-url="magnus-lindvall.jpg"></div>
193
193
```
194
194
195
-
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-plain-0z7bjl"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
195
+
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-example-plain-k4kxm8"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
@@ -490,7 +490,7 @@ detect the width of image container and set the image size accordingly. This is
490
490
491
491
If set to true, the plugin will only add query parameters to the provided image source URL.
492
492
493
-
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-plain-gtwwtt"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
493
+
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-plain-yo062m"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
494
494
495
495
### ci-not-lazy (or data-ci-not-lazy)
496
496
@@ -505,7 +505,7 @@ Lazy loading is not included into js-cloudimage-responsive by default. If you [e
505
505
The example below uses [lazysizes](https://github.com/aFarkas/lazysizes)
@@ -194,7 +194,7 @@ Finally, just use `ci-src` instead of the `src` attribute in image tag:
194
194
195
195
NOTE: setting "ci-ratio" is recommended to prevent page layout jumping. The parameter is used to calculate the image height to hold the image position while the image is loading.
196
196
197
-
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-example-p5r309"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
197
+
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-example-05jw0k?file=/index.html"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
198
198
199
199
### background image
200
200
@@ -204,7 +204,7 @@ Use `ci-bg-url` instead of the CSS background-image property `background-image:
204
204
<divci-bg-url="magnus-lindvall.jpg"></div>
205
205
```
206
206
207
-
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-background-v06ifw"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
207
+
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-example-8mk13l"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
208
208
209
209
## <aname="configuration"></a> Configuration
210
210
@@ -517,7 +517,7 @@ To see the full Cloudimage documentation, [click here](https://docs.cloudimage.i
517
517
518
518
If set to true, the plugin will only add query parameters to the provided image source URL.
519
519
520
-
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-86inco"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
520
+
<ahref="https://codesandbox.io/s/js-cloudimage-responsive-wflh27"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edit in codesandbox"/></a>
521
521
522
522
### ci-not-lazy (or data-ci-not-lazy)
523
523
@@ -532,7 +532,7 @@ Lazy loading is not included into js-cloudimage-responsive by default. If you [e
532
532
The example below uses the [lazysizes](https://github.com/aFarkas/lazysizes)
0 commit comments