Skip to content

Commit

Permalink
Add minscale, maxscale to handle different screen resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Jan 9, 2018
1 parent fd69915 commit 0b8d6d0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1 Installation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,8 @@
},
"livereveal": {
"autolaunch": true,
"maxScale": 1.5,
"minScale": 0.2,
"scroll": true
}
},
Expand Down
2 changes: 2 additions & 0 deletions 2 Basic concepts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,8 @@
},
"livereveal": {
"autolaunch": true,
"maxScale": 1.5,
"minScale": 0.2,
"scroll": true
}
},
Expand Down
2 changes: 2 additions & 0 deletions 3 Wilson coefficients.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@
},
"livereveal": {
"autolaunch": true,
"maxScale": 1.5,
"minScale": 0.2,
"scroll": true
}
},
Expand Down
2 changes: 2 additions & 0 deletions 4 Fits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,8 @@
},
"livereveal": {
"autolaunch": true,
"maxScale": 1.5,
"minScale": 0.2,
"scroll": true
}
},
Expand Down
2 changes: 2 additions & 0 deletions 5 Extending.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@
},
"livereveal": {
"autolaunch": true,
"maxScale": 1.5,
"minScale": 0.2,
"scroll": true
}
},
Expand Down

0 comments on commit 0b8d6d0

Please sign in to comment.