Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong resize on IOS and other devices #2277

Open
d4lv opened this issue Jul 19, 2021 · 0 comments
Open

wrong resize on IOS and other devices #2277

d4lv opened this issue Jul 19, 2021 · 0 comments

Comments

@d4lv
Copy link

d4lv commented Jul 19, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant