cloudinary-video-player 1.10.2-edge.2 → 1.10.2-edge.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/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ 1.10.2-edge.4 / 2023-11-01
2
+ ==================
3
+
4
+ * fix: ES build default export
5
+
6
+ 1.10.2-edge.3 / 2023-10-26
7
+ ==================
8
+
9
+ * Scrollable subtitles - popup menus
10
+
1
11
  1.10.2-edge.2 / 2023-10-26
2
12
  ==================
3
13
 
package/README.md CHANGED
@@ -23,12 +23,12 @@ This README includes basic information for installation and getting started. Vie
23
23
 
24
24
  ### CDN
25
25
 
26
- Cloudinary Video Player can also be included directly from the [Unpkg CDN](https://unpkg.com/#/):
26
+ Cloudinary Video Player can also be included directly from the [jsDelivr CDN](https://www.jsdelivr.com/):
27
27
 
28
28
  ```html
29
- <link href="https://unpkg.com/cloudinary-video-player/dist/cld-video-player.min.css" rel="stylesheet">
29
+ <link href="https://cdn.jsdelivr.net/npm/cloudinary-video-player/dist/cld-video-player.min.css" rel="stylesheet">
30
30
 
31
- <script src="https://unpkg.com/cloudinary-video-player/dist/cld-video-player.min.js" type="text/javascript"></script>
31
+ <script src="https://cdn.jsdelivr.net/npm/cloudinary-video-player/dist/cld-video-player.min.js" type="text/javascript"></script>
32
32
  ```
33
33
 
34
34
  ### Packages
@@ -877,7 +877,6 @@
877
877
  .cld-video-player .vjs-menu .vjs-menu-content {
878
878
  min-width: 10em;
879
879
  width: auto;
880
- overflow: visible;
881
880
  padding: 0.2em 0;
882
881
  }
883
882
  .cld-video-player .vjs-menu .vjs-selected {