mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Merge pull request #3122 from UltCombo/help-video-fullscreen
Allow embedded help videos to go fullscreen
This commit is contained in:
commit
2539814687
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ module.exports = class LevelGuideView extends CocoView
|
|||
tag.height = @helpVideoHeight
|
||||
tag.width = @helpVideoWidth
|
||||
tag.frameborder = '0'
|
||||
tag.allowFullscreen = true
|
||||
@$el.find('#help-video-player').replaceWith(tag)
|
||||
|
||||
@onMessageReceived = (e) =>
|
||||
|
|
Loading…
Reference in a new issue