Skip to content

Releases: victor-lillo/zoomable-image

v1.0.3

14 Sep 13:28
Compare
Choose a tag to compare

What's Changed

⚛️ Chore

Full Changelog: v1.0.2...v1.0.3

v1.0.2

14 Sep 13:23
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

1.0.1 - Jan 8, 2024

14 Jan 11:39
Compare
Choose a tag to compare

Small fix update.

  • Fix elements margin when using a margin reset.

1.0.0 - Jan 8, 2024

14 Jan 11:37
Compare
Choose a tag to compare

First release.

  • Update styles.
  • Two methods published:
    • initZoomableImages(InitOptions): This method adss click event listeners to the images in the document that contains the data-zoomable-image attribute.
    • zoomImage(imageToZoom, ZoomOptions): This method will zoom the image when used. It generates a dialog HTML element and appends it as the next sibling to the original image.