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
powered by [Cloudimage](https://www.cloudimage.io/)
@@ -73,13 +71,13 @@ powered by [Cloudimage](https://www.cloudimage.io/)
73
71
## Table of contents
74
72
75
73
-[Demo](#demo)
74
+
-[Responsive plugins family](#plugin_family)
76
75
-[Requirements](#requirements)
77
76
-[Step 1: Installation](#installation)
78
77
-[Step 2: Initialize](#initialize)
79
78
-[Step 3: Implement](#implement)
80
79
-[Configuration](#configuration)
81
80
-[Image properties](#image_properties)
82
-
-[Examples & workarounds](#examples_workarounds)
83
81
-[Browser support](#browser_support)
84
82
-[Filerobot UI Family](#ui_family)
85
83
-[Contributing](#contributing)
@@ -94,6 +92,28 @@ Inspector's Network tab to see how Cloudimage delivers the optimal
94
92
image size to your browser, hence accelerating the overall page
95
93
loading time.
96
94
95
+
## <aname="plugin_family"></a> Responsive plugins family
96
+
In order to use Cloudimage responsive plugins on your single-page application, please check out Cloudimage responsive plugins for vanilla Javascript and the most popular Javascript frameworks.
@@ -182,7 +202,7 @@ the image position while image is loading.
182
202
```
183
203
NOTE: you can also reference it with kabab-case : background-img
184
204
185
-
<ahref="https://codesandbox.io/s/vue-cloudimage-responsive-background-blur-hash-hiohl"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
205
+
<ahref="https://codesandbox.io/s/vue-cloudimage-responsive-blur-hash-example-ndv0yl"><imgsrc="https://codesandbox.io/static/img/play-codesandbox.svg"alt="edeit in codesandbox"/></a>
186
206
187
207
## <aname="configuration"></a> Config
188
208
@@ -218,15 +238,15 @@ Allow to use a specific version of API.
218
238
```javascript
219
239
constcloudimageConfig= {
220
240
token:'demo',
221
-
baseURL:'https://jolipage.airstore.io/',
241
+
baseURL:'https://cdn.scaleflex.it/',
222
242
apiVersion:'v7'// optional
223
243
};
224
244
```
225
245
- disable API version
226
246
```javascript
227
247
constcloudimageConfig= {
228
248
token:'demo',
229
-
baseURL:'https://jolipage.airstore.io/',
249
+
baseURL:'https://cdn.scaleflex.it/',
230
250
apiVersion:null// optional
231
251
};
232
252
```
@@ -285,7 +305,7 @@ Placeholder colored background while the image is loading or use it to set your
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": "vue-cloudimage-responsive-blur-hash",
3
-
"version": "1.3.3",
3
+
"version": "1.3.4",
4
4
"main": "dist/index.cjs.js",
5
5
"module": "dist/index.es.js",
6
6
"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 blur hash placeholder.",
@@ -36,7 +36,7 @@
36
36
"publish-demo": "npm run build-demo && npm run deploy"
0 commit comments