소스 검색

adjust size

Yuki Takei 3 년 전
부모
커밋
086df44e80
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      packages/presentation/src/components/Presentation.tsx

+ 4 - 0
packages/presentation/src/components/Presentation.tsx

@@ -13,6 +13,10 @@ import styles from './Presentation.module.scss';
 
 
 const baseRevealOptions: Reveal.Options = {
+  // adjust size to the marp preset size
+  width: 1280,
+  height: 720,
+  maxScale: 1.2,
   slideNumber: 'c/t',
 };