Thanks alot for this mod, took me long to find what I was looking for and this is almost what I want! :)
Is there a possibility to change the script so it changes the main pic on click, instead of hover?
I'm also getting blurry alt images (as Boggled) but do anyone know how to fix this?
See http://webbhjalpen.com/kund/billyand...&products_id=1
Thanks again!
Last edited by PleXy; 2 Jul 2012 at 12:57 PM.
I would assume it's possible, but it was easier to do the hover. On click is not intuitive so it's really not as useful.
Aight, thanks!
I assume it's this script I have to change, tried lots of different things but I really can't get it to work.
Anyone who can push me into the right direction?
Code:<script type="text/javascript"> $(document).ready(function() { var origsrc = $("#productMainImage a img").attr("src"); $("#productAdditionalImages .additionalImages a img").hover( function () { $("#productMainImage a img").attr('src', this.src); }, function () { $("#productMainImage a img").attr('src', origsrc); } ); }); </script>
I've not had any complaints about this script. Sounds like either you haven't installed it correctly or it's conflicting with something already there. That you are talking about is what makes it work so if you change it - it will definitely not work.