Skip to content

Commit 3783e91

Browse files
authored
Merge pull request #250 from marp-team/16_9-preset
Add 16:9 preset definition to built-in themes
2 parents 1560a84 + 235d297 commit 3783e91

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Define the default 16:9 size preset to built-in themes ([#250](https://github.com/marp-team/marp-core/pull/250))
8+
59
## v2.1.0 - 2021-07-19
610

711
### Added

themes/default.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @author Yuki Hattori
66
*
77
* @auto-scaling true
8+
* @size 16:9 1280px 720px
89
* @size 4:3 960px 720px
910
*/
1011

themes/gaia.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @author Yuki Hattori
66
*
77
* @auto-scaling true
8+
* @size 16:9 1280px 720px
89
* @size 4:3 960px 720px
910
*/
1011

themes/uncover.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @author Yuki Hattori
66
*
77
* @auto-scaling fittingHeader,math
8+
* @size 16:9 1280px 720px
89
* @size 4:3 960px 720px
910
*/
1011

0 commit comments

Comments
 (0)