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

Video on full screen is zoomed in #254

Open
VincentJouanne opened this issue Jan 3, 2024 · 1 comment
Open

Video on full screen is zoomed in #254

VincentJouanne opened this issue Jan 3, 2024 · 1 comment

Comments

@VincentJouanne
Copy link

VincentJouanne commented Jan 3, 2024

I there ! thank you for this amazing library ❤️

I've spotted a bug that is pretty annoying: on full screen, the video is zoomed in.

You can reproduce this on the example app by pausing the video and entering full screen.

Here some screen shots of my app (look how the border of the video is near to the feets on full screen):

On Full screen:

3975e150-4694-4233-9846-ebb62edf7119

On portrait:
1d694686-379c-4e96-a008-985088cb5bec

Is there any solution to this ?

Thank you so much 🙏

@perzend
Copy link

perzend commented May 31, 2024

Hi! In my case, in the FlickVideoWithControls widget, I just set the videoFit value to BoxFit.contain. By default, it's BoxFit.cover.

FlickVideoPlayer(
        flickManager: flickManager,
        flickVideoWithControls: FlickVideoWithControls(
          videoFit: BoxFit.contain,
          ....
        ),
       ....
)

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

2 participants