|
1 |
| -[](https://github.com/scaleflex/js-cloudimage-responsive/releases) |
| 1 | +[](https://github.com/scaleflex/js-cloudimage-responsive/releases) |
2 | 2 | [](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5)
|
3 | 3 | [](#contributing)
|
4 | 4 | [](https://opensource.org/licenses/MIT)
|
@@ -93,7 +93,7 @@ CDN traffic per month for free.
|
93 | 93 | Add script tag with CDN link to js-cloudimage-responsive
|
94 | 94 |
|
95 | 95 | ```javascript
|
96 |
| -<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/2.0.4/js-cloudimage-responsive.min.js"></script> |
| 96 | +<script src="https://cdn.scaleflex.it/plugins/js-cloudimage-responsive/2.1.0/js-cloudimage-responsive.min.js"></script> |
97 | 97 | ```
|
98 | 98 |
|
99 | 99 | You may also use major version number instead of fixed version to have the latest version available.
|
@@ -176,7 +176,7 @@ Applies a nice interlacing effect for preview transition
|
176 | 176 |
|
177 | 177 | ### filters
|
178 | 178 |
|
179 |
| -###### Type: **String** | Default: **'q35.foil1'** | _optional_ |
| 179 | +###### Type: **String** | Default: **'foil1'** | _optional_ |
180 | 180 |
|
181 | 181 | Applies default Cloudimage filters to your image, e.g. fcontrast, fpixelate, fgaussian, backtransparent,
|
182 | 182 | rotation... Multiple filters can be applied, separated by "```.```" (dot).
|
@@ -390,7 +390,7 @@ add the following scripts right after js-cloudimage-responsive script
|
390 | 390 | window.lazySizesConfig = window.lazySizesConfig || {};
|
391 | 391 | window.lazySizesConfig.init = false;
|
392 | 392 | </script>
|
393 |
| -<script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-responsive/v2.0.3.min.js"></script> |
| 393 | +<script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-responsive/v2.1.0.min.js"></script> |
394 | 394 | <script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-responsive/lazysizes.min.js"></script>
|
395 | 395 | ```
|
396 | 396 |
|
|
0 commit comments