jazzfool / iced_video_player

Video player component for Iced
Apache License 2.0
127 stars 18 forks source link

UI not visible in the minimal example #7

Open Kirottu opened 7 months ago

Kirottu commented 7 months ago

In the minimal example and a similar simple project of mine, the UI is not visible and instead the video takes up the entirety of the window, regardless of the aspect ratio leading to the image being warped.

Trying to limit the size of the VideoPlayer widget by placing it in a container was also unsuccessful in making it conform to the size of the actual video.

A screenshot of the minimal example. image

jazzfool commented 7 months ago

Should be fixed by 22ecdca