mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-17 20:11:19 +02:00
Merge branch 'patch-1' of https://github.com/borrown/reveal.js into dev
This commit is contained in:
@@ -1625,7 +1625,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Reduce available space by margin
|
// Reduce available space by margin
|
||||||
size.presentationWidth -= ( size.presentationHeight * config.margin );
|
size.presentationWidth -= ( size.presentationWidth * config.margin );
|
||||||
size.presentationHeight -= ( size.presentationHeight * config.margin );
|
size.presentationHeight -= ( size.presentationHeight * config.margin );
|
||||||
|
|
||||||
// Slide width may be a percentage of available width
|
// Slide width may be a percentage of available width
|
||||||
|
Reference in New Issue
Block a user