mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
rename high contrast themes, dont change anything else compared to black/white themes #3310
This commit is contained in:
parent
1bfc699045
commit
cd019514f3
8 changed files with 375 additions and 15 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue