Skip to content

Commit 4f4bad0

Browse files
authored
Merge pull request code100x#26 from sahilsuman933/fix-video-full-screen-issue
[BugFix] The video doesn't fill the screen in full-screen mode.
2 parents 825b5ff + ed3f6e0 commit 4f4bad0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/app/globals.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,4 @@
7676
}
7777
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
7878
display:none;
79-
}
80-
81-
.video-js.vjs-fluid,
82-
.video-js.vjs-16-9,
83-
.video-js.vjs-4-3,
84-
video.video-js,
85-
video.vjs-tech {
86-
max-height: calc(100vh - 100px);
87-
position: relative !important;
88-
width: 100%;
89-
height: auto !important;
90-
max-width: 100% !important;
91-
padding-top: 0 !important;
92-
line-height: 0;
9379
}

0 commit comments

Comments
 (0)