Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertrudel committed Aug 28, 2014
1 parent adeb3f7 commit d693028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bigvideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
if (settings.container.is($('body'))) {
$('html,body').css('height',$(window).height() > $('body').css('height','auto').height() ? '100%' : 'auto');
}
if (!settings.container.is($('body')) && settings.expand
if (!settings.container.is($('body')) && settings.expand) {
settings.container.width($(window).width());
settings.container.height($(window).height());
}
Expand Down

0 comments on commit d693028

Please sign in to comment.