Image Zoom Component
"
vue-image-zoomer
is a lightweight responsive image zoom component for Vue 2/3 that also works on touch devices. It's perfect for zooming on product images on an ecommerce website.It works on hover (default) or click on mouse devices, tap to zoom on touch screens.
Performance and pageload is important, so the zoom images do not load until needed – only the regular sized images load on pageload. The webp file format is also available (with jpg/png backwards compatabilty for browsers that do not yet support webp).
There is also an option to lazyload the regular image and breakpoints to have different image resolutions on different screen sizes."
Sam Jones