Hi !
Right now, when I hover over the picture, a red Icon fades in …
The Icon differs if it is just a picture and a click would bring the lightbox up or it’s a link and the click would open another page …
This is really cute, but on some pictures I need a more classic hover…
Would it be possible to have a “classic” hover effect that I can have 2 picture “states” … one normal and one hovered ???
For example the normal state has a white background and the hovered picture a grey background —
Thanks
Tom
Hi Tom,
I guess you want to disable the hover effect on certain images, if so you will simply need to add the “noLightbox” class to the hyperlink and the overlay won’t appear, example:
<a href="http://www.google.com" class="noLightbox">...</a>
Regards,
Josue