unified-video-framework 1.4.114 → 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.
|
|
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 */
|
|
@@ -2977,7 +2977,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
2977
2977
|
@media (max-width: 768px) {
|
|
2978
2978
|
.uvf-video-container {
|
|
2979
2979
|
aspect-ratio: auto !important;
|
|
2980
|
-
height:
|
|
2980
|
+
height: 100% !important;
|
|
2981
2981
|
}
|
|
2982
2982
|
.uvf-controls-bar {
|
|
2983
2983
|
bottom: 0 !important;
|
|
@@ -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 */
|
|
@@ -3308,7 +3308,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
3308
3308
|
@media (max-width: 768px) {
|
|
3309
3309
|
.uvf-video-container {
|
|
3310
3310
|
aspect-ratio: auto !important;
|
|
3311
|
-
height:
|
|
3311
|
+
height: 100% !important;
|
|
3312
3312
|
}
|
|
3313
3313
|
.uvf-controls-bar {
|
|
3314
3314
|
bottom: 0 !important;
|