Hakim El Hattab 5 年 前
コミット
61624aeafb
3 ファイル変更2 行追加2 行削除
  1. 0 0
      dist/reveal.esm.js
  2. 0 0
      dist/reveal.js
  3. 2 2
      js/reveal.js

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/reveal.esm.js


ファイルの差分が大きいため隠しています
+ 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();

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません