An open API service indexing awesome lists of open source software.

https://github.com/laurenashpole/inner-image-zoom

A set of lightweight JavaScript components for zooming images 🔎
https://github.com/laurenashpole/inner-image-zoom

ecommerce enlarge image magnify pdp photo responsive zoom

Last synced: about 1 year ago
JSON representation

A set of lightweight JavaScript components for zooming images 🔎

Awesome Lists containing this project

README

          

# Inner Image Zoom

[![GitHub Actions][build-badge]][build]

A collection of lightweight packages for magnifying an image within its original container. Available for:

[React](https://github.com/laurenashpole/inner-image-zoom/tree/main/packages/react) | [Vanilla](https://github.com/laurenashpole/inner-image-zoom/tree/main/packages/vanilla) | [Vue](https://github.com/laurenashpole/inner-image-zoom/tree/main/packages/vue)

Features include:

- Click or hover to zoom
- Drag or pan on hover to move
- Fullscreen zoom on mobile devices
- Optional hint icon, close button, and transitions
- Support for responsive images
- TypeScript type definitions

Click on a framework above for information on installation, usage, and options/props.

## Issues

Please submit bugs or requests on the [GitHub issues page](https://github.com/laurenashpole/inner-image-zoom/issues).

If you're interested in contributing, check out the guidelines [here](https://github.com/laurenashpole/inner-image-zoom/blob/main/CONTRIBUTING.md).

## License

[MIT](https://github.com/laurenashpole/inner-image-zoom/blob/main/LICENSE)

[build-badge]: https://github.com/laurenashpole/inner-image-zoom/actions/workflows/release.yml/badge.svg
[build]: https://github.com/laurenashpole/inner-image-zoom/actions