js-cloudimage-360-view 4.5.3 → 4.5.4

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
@@ -99,7 +99,7 @@ Add the library via CDN and create your first 360 viewer in seconds:
99
99
 
100
100
  ```html
101
101
  <!-- Add the library (CSS is auto-injected) -->
102
- <script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.5.2/js-cloudimage-360-view.min.js?vh=e39d2e&func=proxy"></script>
102
+ <script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.5.3/js-cloudimage-360-view.min.js?vh=35cf56&func=proxy"></script>
103
103
 
104
104
  <!-- Create a container with data attributes -->
105
105
  <div
@@ -123,7 +123,7 @@ Add the library via CDN and create your first 360 viewer in seconds:
123
123
  ### Option 1: CDN (Recommended for Quick Setup)
124
124
 
125
125
  ```html
126
- <script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.5.2/js-cloudimage-360-view.min.js?vh=e39d2e&func=proxy"></script>
126
+ <script src="https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/4.5.3/js-cloudimage-360-view.min.js?vh=35cf56&func=proxy"></script>
127
127
  ```
128
128
 
129
129
  > **Note:** CSS is automatically injected by the script - no separate stylesheet needed.