Skip to content

Releases: malaman/js-image-zoom

0.7.0

18 Dec 15:15
Compare
Choose a tag to compare
  • add original option for zoomPosition property
  • make width property optional
  • remove zoomDefaultPosition option

Thanks @mbolli for the contribution

0.6.0

11 Feb 10:07
Compare
Choose a tag to compare
  • new options are added:
    • zoomContainer - option to choose the container for zoomed image
    • zoomPosition - option to change the default position that zoomed image will apear
    • zoomDefaultPosition - option to disable the default position to the zoomed image
  • Fixed issue #12
  • Fixed position behaviour bug when library starts with dom rendering process
  • Fixed initalizing problem. When the library loads after the image Load Event be trigged by the browser, the setup function doenst get started

Thanks to @joaopjt for the condtribution

0.5.0

17 Jan 08:13
Compare
Choose a tag to compare
  • zoomLensStyle property is added to options

0.4.1

21 Jul 07:30
Compare
Choose a tag to compare
  • container style uses position: relative, instead of position: absolute by default (fix for #11 )

0.3.0

03 Jul 15:20
Compare
Choose a tag to compare
  • make height options param optional. if no height is provided, browser calculated height is used for the source image
  • fix #8

0.2.1

20 Dec 09:37
Compare
Choose a tag to compare
  • add README file into package directory

0.2.0

25 Nov 11:28
Compare
Choose a tag to compare
 - add zoomStyle option (custom style applied to the zoomed image)
 - add posibility to change image in the example
 - bump npm version to 0.2.0

0.1.2

14 Oct 07:12
Compare
Choose a tag to compare
  • bug fixing