javascript images
Written: Feb-2025
Image Zooming
Having spent some time investigating image zooming, I decided that panzoom was probably the best - albeit with some caveats yet to be resolved.
link : https://github.com
Pros
- Best feeling UX
- Mouse wheel capable
- Mobile touch capable
- Good zooming in to
/ out of a point
Cons
- Gallery functionality missing - so swipe left
/ right is not supported (a significant issue for most peoples UX)
Installation
Either npm install panzoom --save
or use or download the following link:
html
Implementation
js