-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Pretty much what the title of the issue says.
Now I haven't looked at the code so correct me if I'm wrong but it seems like it simply redirects the tab to the next video and uses the standard browser code for playing the next video.
My solution to this problem would be to simply check if the video is fullscreen before redirecting and, if it is, maximizing the video player after the next tab is loaded. A bit hacky but it should work fine.