js-cloudimage-360-view 4.9.1 → 4.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/js-cloudimage-360-view.min.js +3 -3
- package/dist/react/{ci360-DgTNfqhd.js → ci360-B2r9u7br.js} +4 -4
- package/dist/react/ci360-B2r9u7br.js.map +1 -0
- package/dist/react/{ci360-RrBk2Ggj.mjs → ci360-BFobl9uu.mjs} +93 -92
- package/dist/react/ci360-BFobl9uu.mjs.map +1 -0
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +2 -1
- package/dist/react/ci360-DgTNfqhd.js.map +0 -1
- package/dist/react/ci360-RrBk2Ggj.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -101,7 +101,7 @@ Add the library via CDN and create your first 360 viewer in seconds:
|
|
|
101
101
|
|
|
102
102
|
```html
|
|
103
103
|
<!-- Add the library (CSS is auto-injected) -->
|
|
104
|
-
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.9.
|
|
104
|
+
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.9.3/js-cloudimage-360-view.min.js?vh=997be0&func=proxy"></script>
|
|
105
105
|
|
|
106
106
|
<!-- Create a container with data attributes -->
|
|
107
107
|
<div
|
|
@@ -125,7 +125,7 @@ Add the library via CDN and create your first 360 viewer in seconds:
|
|
|
125
125
|
### Option 1: CDN (Recommended for Quick Setup)
|
|
126
126
|
|
|
127
127
|
```html
|
|
128
|
-
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.9.
|
|
128
|
+
<script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.9.3/js-cloudimage-360-view.min.js?vh=997be0&func=proxy"></script>
|
|
129
129
|
```
|
|
130
130
|
|
|
131
131
|
> **Note:** CSS is automatically injected by the script - no separate stylesheet needed.
|
|
@@ -506,7 +506,7 @@ All options can be set via JavaScript config or HTML data attributes.
|
|
|
506
506
|
| `zoomControls` | `data-zoom-controls` | `true` | Show zoom control buttons (zoom in, zoom out, reset) |
|
|
507
507
|
| `zoomControlsPosition` | `data-zoom-controls-position` | `'bottom-right'` | Position of zoom controls toolbar. Values: `'top-left'`, `'top-center'`, `'top-right'`, `'bottom-left'`, `'bottom-center'`, `'bottom-right'` |
|
|
508
508
|
| `scrollHint` | `data-scroll-hint` | `true` | Show "Ctrl + scroll to zoom" hint on scroll |
|
|
509
|
-
| `bottomCircle` | `data-bottom-circle` | `
|
|
509
|
+
| `bottomCircle` | `data-bottom-circle` | `false` | Show 360° progress indicator |
|
|
510
510
|
| `bottomCircleOffset` | `data-bottom-circle-offset` | `5` | Progress indicator offset (px) |
|
|
511
511
|
| `initialIconShown` | `data-initial-icon` | `true` | Show 360° icon on load |
|
|
512
512
|
| `lazyload` | `data-lazyload` | `true` | Enable lazy loading |
|