Codeinwp / Nivo-Lightbox-jQuery

A simple, flexible, responsive, retina-ready jQuery lightbox plugin.
http://dev7studios.com/nivo-lightbox
MIT License
157 stars 87 forks source link

Zoom Cursor on Hover #51

Open jamesalmeida opened 9 years ago

jamesalmeida commented 9 years ago

Would be cool if there was a built-in option to enable the cursor to be a Magnifying Glass with the Zoom + in it like they have when you hover over an img on Pinterest for example.

jamesalmeida commented 9 years ago

Tried using something like this but it doesn't seem to work:

a img:hover { cursor: -moz-zoom-in; cursor: -webkit-zoom-in; cursor: zoom-in; }