Allow embedded help videos to go fullscreen

This commit is contained in:
UltCombo 2015-10-19 03:44:19 -02:00
parent 1a664b519a
commit c02b311efa

View file

@ -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) =>