- added option zoomCrisp
- added option zoomHires
- the destroy call no loger removes the onresize function (is often used wider)
- update dependencies to address security vulnerabilities
- insert widget as child of the target image container (previously just appended to page) fixes issue with images in bootstrap modals
- use $img.position() instead of $img.offset() to determine location of image
- now can either activate plugin on an img tag or on a div tag that contains one or more img tags.
- in setZoom trap if maxZoom is undefined
- fix logic in panTo function so zoom does not change
- remove call to jQuery depreciated img.load() event trigger
- First release