Hi,
i would like to know, how can i change on images inside the Ajax Portfolio the element style on hover. The opacity is set to 0.7 and i want to change it.
Someone got an idea? Thx
I’m my own support :-) Found it!
If other needs this someday too … its a global function. Open js/avia.js and change the line 708:
Opacity is set to 0.7. Change it like u need it or Comment it out if u dont wanna use it. :-)
opa = link.data('opacity') || 0.7;
Cheers