Hakim El Hattab 5 lat temu
rodzic
commit
61624aeafb
3 zmienionych plików z 2 dodań i 2 usunięć
  1. 0 0
      dist/reveal.esm.js
  2. 0 0
      dist/reveal.js
  3. 2 2
      js/reveal.js

Plik diff jest za duży
+ 0 - 0
dist/reveal.esm.js


Plik diff jest za duży
+ 0 - 0
dist/reveal.js


+ 2 - 2
js/reveal.js

@@ -422,8 +422,8 @@ export default function( revealElement, options ) {
 		dom.wrapper.setAttribute( 'data-background-transition', config.backgroundTransition );
 
 		// Expose our configured slide dimensions as custom props
-		dom.viewport.style.setProperty( '--size-width', config.width + 'px' );
-		dom.viewport.style.setProperty( '--size-height', config.height + 'px' );
+		dom.viewport.style.setProperty( '--slide-width', config.width + 'px' );
+		dom.viewport.style.setProperty( '--slide-height', config.height + 'px' );
 
 		if( config.shuffle ) {
 			shuffle();

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików