• Resolved rfouquet

    (@rfouquet)


    Hello, I have same issue of height video that has been changed since last update of plugin, I used to have square videos and square thumbnails, but it changed to 16/9.

    The CSS code you provide in the previous post didn’t fixed my issue. .h5vp_player_temp .plyr_wrapper { height: 360px; }

    If I checked my source code, I can see that 16/9 is output in HTML :
    <div class=”plyr__video-wrapper plyr__video-wrapper–fixed-ratio”; style=”aspect-ratio: 16 / 9;”>

    How can I fixed it to 4/3 ? it would be great to have a checkbox to tick to force 4/3 or 16/9

    Thank you
    Regards

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter rfouquet

    (@rfouquet)

    I fixed my issue like this in custom CSS of my theme :

    .plyr__video-wrapper–fixed-ratio {
    aspect-ratio: 4 / 3 !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Aspect ratio changed since last update’ is closed to new replies.