mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-19 04:52:20 +02:00
rename high contrast themes, dont change anything else compared to black/white themes #3310
This commit is contained in:
@@ -1009,7 +1009,7 @@ export default function( revealElement, options ) {
|
||||
let width = config.width;
|
||||
let height = config.height;
|
||||
|
||||
if (config.disableLayout) {
|
||||
if( config.disableLayout ) {
|
||||
width = dom.slides.offsetWidth;
|
||||
height = dom.slides.offsetHeight;
|
||||
}
|
||||
|
Reference in New Issue
Block a user