- fix window always getting bigger when moving the next/previous slide
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3363 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
5ea5c3a1b9
commit
2add47fd0b
@ -180,7 +180,7 @@
|
||||
slideHeight = this.height - CONTROL_BAR_HEIGHT - TOP_WINDOW_BORDER;
|
||||
slideWidth = ((currentSlideWidth * slideHeight)/currentSlideHeight);
|
||||
} else {
|
||||
slideWidth = this.width;
|
||||
slideWidth = this.width - WIDTH_PADDING;
|
||||
slideHeight = ((currentSlideHeight * slideWidth)/currentSlideWidth);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user