flimshaw / flimshaw/Valiant360
Fullscreen
Open
- Dominant language
- JavaScript
- Stars
- 780
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.