VideoPanel: Pass down correct value on fullscreen option update
This commit is contained in:
parent
ed4dd70c8e
commit
5075e3de7e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ Ox.VideoPanel = function(options, self) {
|
||||||
.options(options || {})
|
.options(options || {})
|
||||||
.update({
|
.update({
|
||||||
fullscreen: function() {
|
fullscreen: function() {
|
||||||
self.$video.options({fullscreen: self.options.value});
|
self.$video.options({fullscreen: self.options.fullscreen});
|
||||||
},
|
},
|
||||||
height: function() {
|
height: function() {
|
||||||
self.$video.options({height: getPlayerHeight()});
|
self.$video.options({height: getPlayerHeight()});
|
||||||
|
|
Loading…
Reference in a new issue