Hello!
I've been looking for a really easy/lightweight way to just be able to click thumbnails to switch the src of a larger image.
- This is what I've found: http://snipplr.com/view/8688/jquery-image-swap/
I haven't actually tried it out yet. Is this the best solution?
The larger images to be swapped in will have the same width but a different height. Will this cause problems/is there something I need to add for this functionality? Would it be better to do a div with a background-image that swaps and is the height of the largest image?
Also, someone said that it only works once (??)... I'd need it to start out on a certain image, then be able to change to 2-4 other images on thumbnail click.
Thanks for any advice! I'm certainly (obviously) no Javascript writer.