unified-video-framework 1.4.346 → 1.4.347

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.346",
3
+ "version": "1.4.347",
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",
@@ -2755,7 +2755,7 @@ export class WebPlayer extends BasePlayer {
2755
2755
  width: 100%;
2756
2756
  height: 100%;
2757
2757
  background: #000;
2758
- object-fit: contain;
2758
+ object-fit: cover;
2759
2759
  }
2760
2760
 
2761
2761
  .uvf-watermark-layer {
@@ -3498,7 +3498,7 @@ export class WebPlayer extends BasePlayer {
3498
3498
  width: 100%;
3499
3499
  height: 100%;
3500
3500
  background: #000;
3501
- object-fit: contain;
3501
+ object-fit: cover;
3502
3502
  }
3503
3503
 
3504
3504
  .uvf-watermark-layer {