johnhyde 0 Posted October 9, 2018 Report Share Posted October 9, 2018 My knowledge of script is limited and I wondered what changes need to be made to 'image magnifier glass' to select a single image from say a drop down list (text description). Quote Link to post Share on other sites
justsomeguy 1,135 Posted October 9, 2018 Report Share Posted October 9, 2018 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. Quote Link to post Share on other sites
johnhyde 0 Posted October 10, 2018 Author Report Share Posted October 10, 2018 I have attempted to change the image magnifier glass with some success, but the magnifier glass if moved quickly shows a glimpse of a previous image. I guess also that the select list could be written better. I would appreciate some advice. imgmod.html Quote Link to post Share on other sites
justsomeguy 1,135 Posted October 10, 2018 Report Share Posted October 10, 2018 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. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.