Formstone version 1.3.0 introduces the Viewer component, an image exploration plugin featuring multitouch zoom and pan controls.

Viewer

The Viewer component can be used to embed touch friendly images and galleries. Simply target an element that contains the images and let the plugin handle the rest.

View Larger

Viewer is now used internally by the mobile Lightbox to provide smooth image exploration on touch devices and can be activated with the viewer flag:

$(".lightbox").lightbox({
    mobile: true,
    viewer: true
});

Version 1.3.0 also adds feature enhancements like chunked file uploading to the Upload component, and fixes various bugs. You can view the full details in the changelog, and grab the latest release on GitHub or Bower. Commercial licenses are available at UpLabs.


Comments