aboutsummaryrefslogtreecommitdiff
path: root/plugin/zoom-js
Commit message (Collapse)AuthorAge
* tweak formatting to match rest of slideHakim El Hattab2016-04-29
|
* More natural zooming on block level elementsJess Telford2016-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 #1151Hakim El Hattab2015-03-25
|
* zoom plugin now works for scaled presentationsHakim El Hattab2014-12-10
|
* zoom viewport is centered on target element #900Hakim El Hattab2014-05-19
|
* add zoomKey option for #700Hakim El Hattab2013-11-26
|
* disable zoom plugin while in overview modeHakim El Hattab2013-02-03
|
* content now re-renders after alt+click zoom (closes #195)Hakim El Hattab2012-10-28
|
* slight tweak to zoom integrationhakimel2012-10-09