Releases: victor-lillo/zoomable-image
Releases · victor-lillo/zoomable-image
v1.0.3
What's Changed
⚛️ Chore
- Chore: update package.json
exports
by @victor-lillo in #1
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
1.0.1 - Jan 8, 2024
Small fix update.
- Fix elements margin when using a margin reset.
1.0.0 - Jan 8, 2024
First release.
- Update styles.
- Two methods published:
initZoomableImages(InitOptions)
: This method adss click event listeners to the images in the document that contains thedata-zoomable-image
attribute.zoomImage(imageToZoom, ZoomOptions)
: This method will zoom the image when used. It generates adialog
HTML element and appends it as the next sibling to the original image.