Home > Back-end >  Libraries to image zoom in another place
Libraries to image zoom in another place

Time:06-18

What I need to do is introduce libraries to zoom in on a specific location from one image to another place when hovering over a image.

See an example for my explanation in this link: https://www.w3schools.com/howto/howto_js_image_zoom.asp

CodePudding user response:

you can use magnifier.js or EasyZoom. they have decent documention as well.

  • Related