unified-video-framework 1.4.114 → 1.4.115
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.115",
|
|
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",
|
|
@@ -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;
|
|
@@ -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;
|