Skip to content

wrong resize on IOS and other devices #2277

@d4lv

Description

@d4lv

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions