Skip to content

Releases: thdoan/magnify

Version 1.6.11

04 Oct 23:07
Compare
Choose a tag to compare
  • Fixed image padding (PR #22)

Version 1.6.10

07 Sep 03:15
Compare
Choose a tag to compare
  • Fixed jQuery chaining (you can now do $zoom.destroy().magnify();)

Version 1.6.9

10 Aug 11:34
Compare
Choose a tag to compare
  • Added magnifystart and magnifyend events
  • Fixed issue #18
  • Fixed leftover resize handler after destroy()

Version 1.6.7

18 Jul 05:05
Compare
Choose a tag to compare
  • Added destroy() method

Version 1.6.6

13 Jun 10:33
Compare
Choose a tag to compare
  • Cached offset and dimensions for better performance (thanks beaulm)

Version 1.6.5

29 Feb 07:13
Compare
Choose a tag to compare
  • 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

24 Feb 06:26
Compare
Choose a tag to compare
  • Added 'timeout' option for touch devices

Version 1.4.0

18 Feb 04:21
Compare
Choose a tag to compare
  • Added touchscreen support (thanks to @makc)

Version 1.3.3

27 Jan 11:07
Compare
Choose a tag to compare
  • Optimized magnifying lens toggling
  • Fixed issue #10
  • Fixed issue #11

Version 1.3.1

27 Aug 09:06
Compare
Choose a tag to compare
  • Added: 'onload' callback function