flimshaw / flimshaw/Valiant360

Fullscreen

Open
#50 0 comments 4 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.