unified-video-framework 1.4.347 → 1.4.348
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.
|
|
3
|
+
"version": "1.4.348",
|
|
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",
|
|
@@ -214,7 +214,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
214
214
|
left: 0;
|
|
215
215
|
right: 0;
|
|
216
216
|
bottom: 0;
|
|
217
|
-
z-index:
|
|
217
|
+
z-index: 0;
|
|
218
218
|
pointer-events: none;
|
|
219
219
|
`;
|
|
220
220
|
videoContainer.appendChild(this.video);
|
|
@@ -2755,7 +2755,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
2755
2755
|
width: 100%;
|
|
2756
2756
|
height: 100%;
|
|
2757
2757
|
background: #000;
|
|
2758
|
-
object-fit:
|
|
2758
|
+
object-fit: contain;
|
|
2759
2759
|
}
|
|
2760
2760
|
|
|
2761
2761
|
.uvf-watermark-layer {
|
|
@@ -318,7 +318,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
318
318
|
left: 0;
|
|
319
319
|
right: 0;
|
|
320
320
|
bottom: 0;
|
|
321
|
-
z-index:
|
|
321
|
+
z-index: 0;
|
|
322
322
|
pointer-events: none;
|
|
323
323
|
`;
|
|
324
324
|
|
|
@@ -3498,7 +3498,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
3498
3498
|
width: 100%;
|
|
3499
3499
|
height: 100%;
|
|
3500
3500
|
background: #000;
|
|
3501
|
-
object-fit:
|
|
3501
|
+
object-fit: contain;
|
|
3502
3502
|
}
|
|
3503
3503
|
|
|
3504
3504
|
.uvf-watermark-layer {
|