-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
Hello,
I love your package, however I am having some trouble implementing the .set_size() method in a working Tkinter mainloop, so if you could be so kind as to provide a minimal example of manual video size setting?
The problem is when I embed the video in the Tkinter window it only shows a corner of the video in a very small box. I manually set the size using this code:
vid_player = TkinterVideo( master=root,keep_aspect=False,scaled=True)
vid_player.set_size(size=(600,600))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels