js-cloudimage-360-view 4.9.1 → 4.9.2

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 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.1/js-cloudimage-360-view.min.js?vh=82962f&func=proxy"></script>
104
+ <script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.9.2/js-cloudimage-360-view.min.js?vh=d12bb5&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.1/js-cloudimage-360-view.min.js?vh=82962f&func=proxy"></script>
128
+ <script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.9.2/js-cloudimage-360-view.min.js?vh=d12bb5&func=proxy"></script>
129
129
  ```
130
130
 
131
131
  > **Note:** CSS is automatically injected by the script - no separate stylesheet needed.