Jump to content

Image magnifier glass with image list


johnhyde

Recommended Posts

If you're talking about this:

https://www.w3schools.com/howto/howto_js_image_magnifier_glass.asp

Most of that code is fine, but you need to add code to handle the change event on a select list and then you would update the image element on the page with the filename of whatever they chose from the select list.

Link to comment
Share on other sites

There's going to be loading time for the next image, if you want to avoid that then maybe you could disable the magnification until the image loads, or maybe there's another workaround.  You could also try pre-loading all of the images.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...