Skip to content

Commit

Permalink
Fixes display for mobile Viewports where video is not reliably center…
Browse files Browse the repository at this point in the history
…ing vertically, but sticking on top of the viewport.
  • Loading branch information
Thomas A. Reinert committed Oct 4, 2021
1 parent bd0c61c commit 66a031d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/css/mediaelementplayer.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-h
z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
height: 100% !important;
width: 100% !important;
}

/* Start: LAYERS */
.mejs__background {
left: 0;
Expand Down

0 comments on commit 66a031d

Please sign in to comment.