Closed hrishikesh-k closed 3 years ago
Hello.
The plugin works fine except for one part. The quality selection list gets cropped on smaller screens.
I tried to show it with CSS like: [data-player]{overflow: visible !important;} but then the controls are visible below the video:
[data-player]{overflow: visible !important;}
.
Does anyone have a better idea?
Adding this helped:
.media-control[data-media-control].media-control-hide .media-control-layer[data-controls]:{display: none !important;}
Hello.
The plugin works fine except for one part. The quality selection list gets cropped on smaller screens.
I tried to show it with CSS like:
[data-player]{overflow: visible !important;}
but then the controls are visible below the video:.
Does anyone have a better idea?