-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Description
The last version of the player 3.6.8 on Smart tv ps4/xbox and IOS (phones) in fullscreen mode the bottom part of the video is hidden is zoom in..
the same problem like this report #2022 with 3.6.6 is ok i don't know if others versions have this problem, is random is not even for the all type of videos or X quality videos is just random https://prnt.sc/1d6lbq6 .
this is my player settings:
:root {
--plyr-color-main: #694ba1;
}
.plyr--video .plyr__controls {
background:url(https://delete) 99% 0px no-repeat, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5))!important;
background-size:50px auto,auto!important
}
.skipHold {
z-index: 334989;
display: inline-block;
}
.skipbtnx {
max-width: 108px;
display: none;
width: 100%;
background-color: #131313;
border: 1px solid grey;
position: absolute;
bottom: 50px;
right: 10px;
padding: 2px 14px;
font-size: 16px;
cursor: pointer;
text-shadow: 1px 1px 2px black;
border-radius: 3px;
-webkit-transition: background-color 200ms linear;
-ms-transition: background-color 200ms linear;
transition: background-color 200ms linear;
z-index: 334989;
}
<video id="player" controls playsinline preload="auto"> $src </video>
(0 errors nothing wrong the videos loads normal)
Metadata
Metadata
Assignees
Labels
No labels