rename high contrast themes, dont change anything else compared to black/white themes #3310

This commit is contained in:
Hakim El Hattab
2023-02-22 10:21:31 +07:00
parent 1bfc699045
commit cd019514f3
8 changed files with 375 additions and 15 deletions

View File

@ -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;
}