-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
After returning from fullscreen, the video disappear. This is because canvas dimensions are 0.
Somehow, this._originalWidth (line 178 and following) return "null".
I've changed these lines to:
this._originalWidth = $(document).find('div').width();
this._originalHeight = $(document).find('div').height();
It works.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels