Demo of Pym A lightweight zoom library

This is the demo for a light-weight zoom library called Pym. Visit the Github project page for documentation.

Width Constrained

/* styles from core.css only */
A lady bug

Fully Constrained

/* extra styles: */

.constrained {
  height: 500px;
  overflow: hidden;
}

.constrained.enlarge-in {
  overflow: scroll;
}
A lady bug