feat: got the right output html sizing for 1080p
This commit is contained in:
parent
40d51d3959
commit
f9d13c0e84
2 changed files with 6 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -14,6 +14,8 @@ test.*
|
||||||
/out
|
/out
|
||||||
/build
|
/build
|
||||||
/target
|
/target
|
||||||
|
/slides/**/*.html
|
||||||
|
/slides/**/*.pdf
|
||||||
|
|
||||||
# Dealing with BlueJ
|
# Dealing with BlueJ
|
||||||
*.bluej
|
*.bluej
|
||||||
|
|
|
@ -9,9 +9,10 @@ speaker_notes:
|
||||||
|
|
||||||
export:
|
export:
|
||||||
pauses: new_slide
|
pauses: new_slide
|
||||||
# dimensions:
|
# works nicely at 1080p, then do a 250% zoom
|
||||||
# rows: 53
|
dimensions:
|
||||||
# columns: 165
|
rows: 30
|
||||||
|
columns: 100
|
||||||
|
|
||||||
snippet:
|
snippet:
|
||||||
exec:
|
exec:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue