Merge branch 'patch-1' of https://github.com/borrown/reveal.js into dev

This commit is contained in:
Hakim El Hattab 2015-03-25 14:00:26 +01:00
commit 868d3b1a9f
1 changed files with 1 additions and 1 deletions

View File

@ -1625,7 +1625,7 @@
};
// Reduce available space by margin
size.presentationWidth -= ( size.presentationHeight * config.margin );
size.presentationWidth -= ( size.presentationWidth * config.margin );
size.presentationHeight -= ( size.presentationHeight * config.margin );
// Slide width may be a percentage of available width