Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Libraries to image zoom in another place

Tags:

javascript

css

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

like image 336
mr x Avatar asked Sep 11 '25 08:09

mr x


1 Answers

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

like image 179
rootShiv Avatar answered Sep 13 '25 22:09

rootShiv