Skip to content

v3.0 - Image rotation support

Compare
Choose a tag to compare
@jmalarcon jmalarcon released this 15 Feb 10:06
· 23 commits to master since this release

This 3.x version adds support for image rotation.

Because of that I needed to change the way the zoom image got positioned, from absolute positioning to 2D transforms. This, and the rotation transform has made the plugin not compatible with Internet Explorer versions before IE10, and I've bumped the version to 3.0 from 2.0.

You can disable the image rotation feature in blogs or other similar contexts by passing a false to the pan() method.