Skip to content

Commit 1fdc4f0

Browse files
committed
2 parents 0347782 + a8ebc15 commit 1fdc4f0

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Diff for: README-BLUR-HASH.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
4141
<a href="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-responsive/demo/blur-hash/index.html?func=proxy" target="_blank">Demo</a>
4242
43-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-blur-hash-jczsym" target="_blank">Code Sandbox</a>
43+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-blur-hash-bjxkev" target="_blank">Code Sandbox</a>
4444
4545
<a href="https://medium.com/@dmitry_82269/responsive-images-in-2019-now-easier-than-ever-b76e5a43c074" target="_blank">Why?</a>
4646
</strong>
@@ -196,7 +196,7 @@ NOTE:
196196

197197
"ci-blur-hash" is A very compact representation of a placeholder for an image. <a href="https://github.com/woltapp/blurhash">read more</a>
198198

199-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-blur-hash-f0r2w2"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
199+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-blur-hash-k35ttt"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
200200

201201
### background image
202202

@@ -206,7 +206,7 @@ Use the `ci-bg-url` instead of CSS background-image property `background-image:
206206
<div ci-bg-url="magnus-lindvall.jpg"></div>
207207
```
208208

209-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-blur-hash-9howpv"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
209+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-blur-hash-bx3c3o"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
210210

211211
## <a name="prevent_styles"></a>Step 4: Prevent seeing broken images
212212

@@ -513,7 +513,7 @@ To see the full cloudimage documentation [click here](https://docs.cloudimage.io
513513

514514
If set to true, the plugin will only add query parameters to the provided image source URL.
515515

516-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-blur-hash-10uxe4"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
516+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-blur-hash-rp524l"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
517517
### ci-not-lazy (or data-ci-not-lazy)
518518

519519
###### Type: **Bool**
@@ -527,7 +527,7 @@ Lazy loading is not included into js-cloudimage-responsive by default. If you [e
527527
The example below uses [lazysizes](https://github.com/aFarkas/lazysizes)
528528
library using Intersection Observer API.
529529

530-
[Code Sandbox example](https://codesandbox.io/s/js-cloudimage-responsive-example-blur-hash-jczsym)
530+
[Code Sandbox example](https://codesandbox.io/s/js-cloudimage-responsive-example-blur-hash-bjxkev)
531531

532532
add the following scripts right after js-cloudimage-responsive script
533533

Diff for: README-PLAIN.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
3939
<a href="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-responsive/demo/plain/index.html?func=proxy" target="_blank">Demo</a>
4040
41-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-plain-e3rm8n" target="_blank">Code Sandbox</a>
41+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-plain-53c873" target="_blank">Code Sandbox</a>
4242
4343
<a href="https://medium.com/@dmitry_82269/responsive-images-in-2019-now-easier-than-ever-b76e5a43c074" target="_blank">Why?</a>
4444
</strong>
@@ -182,7 +182,7 @@ Finally, just use the `ci-src` instead of the `src` attribute in image tag:
182182
<img ci-src="magnus-lindvall.jpg"/>
183183
```
184184

185-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-plain-dbn2p2"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
185+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-plain-lmbq1m"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
186186

187187
### background image
188188

@@ -192,7 +192,7 @@ Use the `ci-bg-url` instead of CSS background-image property `background-image:
192192
<div ci-bg-url="magnus-lindvall.jpg"></div>
193193
```
194194

195-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-plain-0z7bjl"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
195+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-plain-k4kxm8"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edeit in codesandbox"/></a>
196196

197197
## <a name="prevent_styles"></a>Step 4: Prevent seeing broken images
198198

@@ -490,7 +490,7 @@ detect the width of image container and set the image size accordingly. This is
490490

491491
If set to true, the plugin will only add query parameters to the provided image source URL.
492492

493-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-plain-gtwwtt"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
493+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-plain-yo062m"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
494494

495495
### ci-not-lazy (or data-ci-not-lazy)
496496

@@ -505,7 +505,7 @@ Lazy loading is not included into js-cloudimage-responsive by default. If you [e
505505
The example below uses [lazysizes](https://github.com/aFarkas/lazysizes)
506506
library using Intersection Observer API.
507507

508-
[Code Sandbox example](https://codesandbox.io/s/js-cloudimage-responsive-plain-e3rm8n)
508+
[Code Sandbox example](https://codesandbox.io/s/js-cloudimage-responsive-example-plain-53c873)
509509

510510
add the following scripts right after js-cloudimage-responsive script
511511

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
4040
<a href="https://scaleflex.github.io/js-cloudimage-responsive/" target="_blank">Demo</a>
4141
42-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-zc1ekf" target="_blank">Code Sandbox</a>
42+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-2kkbz4" target="_blank">Code Sandbox</a>
4343
4444
<a href="https://medium.com/@dmitry_82269/responsive-images-in-2019-now-easier-than-ever-b76e5a43c074" target="_blank">Why?</a>
4545
</strong>
@@ -194,7 +194,7 @@ Finally, just use `ci-src` instead of the `src` attribute in image tag:
194194

195195
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.
196196

197-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-p5r309"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
197+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-05jw0k?file=/index.html"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
198198

199199
### background image
200200

@@ -204,7 +204,7 @@ Use `ci-bg-url` instead of the CSS background-image property `background-image:
204204
<div ci-bg-url="magnus-lindvall.jpg"></div>
205205
```
206206

207-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-background-v06ifw"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
207+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-example-8mk13l"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
208208

209209
## <a name="configuration"></a> Configuration
210210

@@ -517,7 +517,7 @@ To see the full Cloudimage documentation, [click here](https://docs.cloudimage.i
517517

518518
If set to true, the plugin will only add query parameters to the provided image source URL.
519519

520-
<a href="https://codesandbox.io/s/js-cloudimage-responsive-86inco"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
520+
<a href="https://codesandbox.io/s/js-cloudimage-responsive-wflh27"><img src="https://codesandbox.io/static/img/play-codesandbox.svg" alt="edit in codesandbox"/></a>
521521

522522
### ci-not-lazy (or data-ci-not-lazy)
523523

@@ -532,7 +532,7 @@ Lazy loading is not included into js-cloudimage-responsive by default. If you [e
532532
The example below uses the [lazysizes](https://github.com/aFarkas/lazysizes)
533533
library using Intersection Observer API.
534534

535-
[Code Sandbox example](https://codesandbox.io/s/js-cloudimage-responsive-example-zc1ekf)
535+
[Code Sandbox example](https://codesandbox.io/s/js-cloudimage-responsive-example-2kkbz4)
536536

537537
add the following scripts right after js-cloudimage-responsive script
538538

0 commit comments

Comments
 (0)