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
|
||||
/build
|
||||
/target
|
||||
/slides/**/*.html
|
||||
/slides/**/*.pdf
|
||||
|
||||
# Dealing with BlueJ
|
||||
*.bluej
|
||||
|
|
|
@ -9,9 +9,10 @@ speaker_notes:
|
|||
|
||||
export:
|
||||
pauses: new_slide
|
||||
# dimensions:
|
||||
# rows: 53
|
||||
# columns: 165
|
||||
# works nicely at 1080p, then do a 250% zoom
|
||||
dimensions:
|
||||
rows: 30
|
||||
columns: 100
|
||||
|
||||
snippet:
|
||||
exec:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue