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

Few vimeo videos are getting zoom out in player with audio also not getting played. #2773

Open
srk13790 opened this issue Feb 1, 2024 · 3 comments

Comments

@srk13790
Copy link

srk13790 commented Feb 1, 2024

Hey,
First, I would like to thank Mr. @sampotts and all other contributors for this beautiful player.

We are coming across this issue from yesterday only, where a few of our users reported that Some of the Vimeo videos are getting zoomed out and audio is also blocked for those videos. PFA
vimeo-video-zoom-out-issue

The videos from other streaming platforms are working perfectly fine.

Could any of you please help me overcome this issue?

@pieterjanmaes
Copy link

Hi!

I'am having the same issue since a couple of days!

@pieterjanmaes
Copy link

Last month there was an update to the vimeo/player.js repo, Maybe that has something to do with it?
https://github.com/vimeo/player.js/releases

@atoupet-toki
Copy link

atoupet-toki commented Feb 1, 2024

Having the same issue here ... Not optimal but had to fix with css ...

// Fix video embed zoomed-in
.plyr__video-embed__container {
    padding-bottom: 0 !important;
    transform: translateY(0) !important;
    height: 100% !important;
}

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

3 participants