jackmoore / zoom

jQuery plugin for zooming images on mouseover.
http://www.jacklmoore.com/zoom/
MIT License
1.54k stars 460 forks source link

Alt attribute of magnifyed image #109

Closed ljuboja closed 7 years ago

ljuboja commented 8 years ago

Is is possible to add image alt to magnifyed image and how?

jackmoore commented 7 years ago

Added a blank alt value and aria-hidden to the zoomed img element so that it is ignored by validators / screen-readers. Sorry for the late response!