-
Notifications
You must be signed in to change notification settings - Fork 1k
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
AspectRatio #22
Comments
If you look into video_list_widget.dart example, you can find this widget:
You can setup aspectRatio for wrapper widget and you can pass aspectRatio to the BetterPlayerConfiguration. This will give you option to setup different sizes of videos. You can store somewhere betterPlayerConfigurration and retrieve aspect ratio from it at the later stage. |
BetterPlayer is very good! I'd like to aspectRatio with 16/9 when the remote video recorded in horizontal. |
@wann2 please create new issue, so I will check it. |
How can I get AspectRadio of video using BetterPlayerListVideoPlayer? it is not possible to set the controller here. In the application I have many movies in various aspects ratios. Any ideas?
The text was updated successfully, but these errors were encountered: