I have a bunch of photographs in a content type and was going to use jcaoursel view module as a pager between images. Each image in the jcarousel links to other photographs in the content type. This might be a dumb idea in the end because the number of images will be constantly growing which could cause page load problems, but either way I could use this information for other things.
When someone goes to one of the nodes of the photographs content type, I'd like that node's jcarousel image to be highlighted and centered in the view.
Right now, jcarousel has no idea what node it is on, but I figure I should be able to pass this information to it via the view that creates the list of nodes that jcarousel is displaying. Do I pass it an argument or a relationship in the view? And how?
Thanks for any help and if you need more info let me know.