0.0
No commit activity in last 3 years
No release in over 3 years
jQuery plugin to zoom and pan images.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

imgViewer-Rails Gem Version

imgViewer, jQuery plugin to zoom and pan images rails wrap.

Installation

Add this line to your application's Gemfile:

gem 'imgViewer-rails'

And then execute:

$ bundle

How to use

Add to your JavaScript manifest file (application.js):

//= require hammer
//= require jquery.hammer
//= require jquery.mousewheel
//= require imgViewer

Visit official doc