Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | zoom.js works on main wrapper element | Hakim El Hattab | 2017-06-19 |
| | |||
* | zoom.js uses ctrl+click for linux, alt+click for others #1909 | Hakim El Hattab | 2017-06-19 |
| | |||
* | simplify point zoom, switch back to alt + click shortcut for os x support #1909 | Hakim El Hattab | 2017-06-19 |
| | |||
* | Remove comment | linux-man | 2017-05-21 |
| | |||
* | Modified Zoom | linux-man | 2017-05-21 |
| | | | | | | Block dimension calculation is not accurate, so zoom is made on mouse coordinates Change default modifier to ctrl - alt don't work on Linux New parameter zoomLevel: default 2 | ||
* | tweak formatting to match rest of slide | Hakim El Hattab | 2016-04-29 |
| | |||
* | More natural zooming on block level elements | Jess Telford | 2016-04-26 |
| | | | | | | Switching a `display: block` element to `display: inline-block` allows calculating the bounds based on the contents of the div rather than the entire container (which is often `width: 100%`). This provides a much more natural zoom, especially for paragraphs and code examples. | ||
* | alt+zoom only works on slide content #1151 | Hakim El Hattab | 2015-03-25 |
| | |||
* | zoom plugin now works for scaled presentations | Hakim El Hattab | 2014-12-10 |
| | |||
* | zoom viewport is centered on target element #900 | Hakim El Hattab | 2014-05-19 |
| | |||
* | add zoomKey option for #700 | Hakim El Hattab | 2013-11-26 |
| | |||
* | disable zoom plugin while in overview mode | Hakim El Hattab | 2013-02-03 |
| | |||
* | content now re-renders after alt+click zoom (closes #195) | Hakim El Hattab | 2012-10-28 |
| | |||
* | slight tweak to zoom integration | hakimel | 2012-10-09 |