Skip to content

sahusoftcom/angular-ui-jquery-iviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone of Angular-Seed with JQuery.iviewer directive (jqyiviwer) for angularJS

Original Plugin: https://github.com/can3p/iviewer

JQuery.iviewer is an jquery ui widget representing image viewer component used to load and view image with ability to zoom image and to drag it with mouse in container.

Plugin is expected to work in ie6+, ff2+, google chrome, opera 9+, safari.

<jqyiviewer src="http://bestclipartblog.com/clipart-pics/-test-clipart-9.jpg" zoom="100" x="-200" y="-100" width="400" height="200" debug="false" data="data"></jqyiviewer>

data = your data to sync back the details of the changes
{
  "width": 400,
  "height": 400,
  "zoom": 51.020408163265316,
  "x": 16.5,
  "y": 37.5,
  "src": "http://bestclipartblog.com/clipart-pics/-test-clipart-9.jpg",
  "display_width": 367,
  "display_height": 325,
  "angle": 0
}

About

AngularJS Directive for iviewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages