unified-video-framework 1.4.115 → 1.4.116

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unified-video-framework",
3
- "version": "1.4.115",
3
+ "version": "1.4.116",
4
4
  "description": "Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more",
5
5
  "main": "packages/core/dist/index.js",
6
6
  "types": "packages/core/dist/index.d.ts",
@@ -2523,7 +2523,7 @@ export class WebPlayer extends BasePlayer {
2523
2523
 
2524
2524
  .uvf-responsive-container .uvf-video-container {
2525
2525
  width: 100vw !important;
2526
- aspect-ratio: unset !important;
2526
+ // aspect-ratio: unset !important;
2527
2527
  }
2528
2528
 
2529
2529
  /* Enhanced mobile controls bar with better spacing */
@@ -2854,7 +2854,7 @@ export class WebPlayer extends BasePlayer {
2854
2854
 
2855
2855
  .uvf-responsive-container .uvf-video-container {
2856
2856
  width: 100vw !important;
2857
- aspect-ratio: unset !important;
2857
+ // aspect-ratio: unset !important;
2858
2858
  }
2859
2859
 
2860
2860
  /* Enhanced mobile controls bar with better spacing */