You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When the video start the window of the player is resized to fit the video. I would like an option to prevent it
Describe the solution you'd like
An additional optional parameter to toggle the functionality in the player view initializer for SwiftUI
KSVideoPlayerView(url: url, options: KSOptions(), automaticWindowResize: false)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When the video start the window of the player is resized to fit the video. I would like an option to prevent it
Describe the solution you'd like
An additional optional parameter to toggle the functionality in the player view initializer for SwiftUI
KSVideoPlayerView(url: url, options: KSOptions(), automaticWindowResize: false)
The text was updated successfully, but these errors were encountered: