<script type="text/javascript">
$(function() {
jQuery(".attachment-thumbnail")
.pixastic("desaturate")
.pixastic("sepia")
});
</script>
I got this pixastic script working, now I need to revert the effects on rollover. I don’t really know how to do that though.
The link is here if you want to take a look, http://mentor.com.tr/wp/?page_id=218
Note that
sepiawon’t do anything combined withdesaturateThe plugin is not very well documented, so in the future I suggest taking a look into the source code, in this example
line 403shows