Releases: thdoan/magnify
Releases · thdoan/magnify
Version 1.6.11
- Fixed image padding (PR #22)
Version 1.6.10
- Fixed jQuery chaining (you can now do
$zoom.destroy().magnify();
)
Version 1.6.9
- Added
magnifystart
andmagnifyend
events - Fixed issue #18
- Fixed leftover resize handler after
destroy()
Version 1.6.7
- Added
destroy()
method
Version 1.6.6
- Cached offset and dimensions for better performance (thanks beaulm)
Version 1.6.5
- Added optional mobile plugin
- Added class while zooming
- Removed debug option
- Fixed not able to magnify multiple images
- Fixed lens not closing when tapping outside in mobile
- Fixed scrollbar showing when lens is off screen
Version 1.5.0
- Added 'timeout' option for touch devices
Version 1.4.0
- Added touchscreen support (thanks to @makc)
Version 1.3.3
Version 1.3.1
- Added: 'onload' callback function