hi all
is there a way to disable the image "zooming" effect on one page/post or the entire blog/site
i'm talking about the effect that shows a magnifying glass icon when you hover over a picture, and enlarges the pics when clicked.
thanks!
hi all
is there a way to disable the image "zooming" effect on one page/post or the entire blog/site
i'm talking about the effect that shows a magnifying glass icon when you hover over a picture, and enlarges the pics when clicked.
thanks!
Hey,
in avia.js (located in the folder "js") delete following code:
//activates the hover effect for image links
if(jQuery.fn.avia_activate_hover_effect)
jQuery('#main').avia_activate_hover_effect();Can i change it like this:
//activates the hover effect for image links
// if(jQuery.fn.avia_activate_hover_effect)
// jQuery('#main').avia_activate_hover_effect();
so that it's disabled instead of deleted please?
Hey,
yes of course :)
Thank you! :-)
Glad that I could help you :)
You must log in to post.