Another Vimeo-related problem from a javascript noob...
I've set my problem up here: http://jsfiddle.net/ajtTF/
When the link is clicked, it will load up an inline Fancybox modal with a Jquery inifinite carousel gallery. The gallery currently consists of 2 embedded Vimeo videos.
All is fine, until the modal is closed, and then re-initiated. The modal now, for some reason, replaces the second video with the first video (ie, displays 2 instances of the same video, disregarding the other one).
I will eventually want several videos in this situation. I don't know if this is something worth taking into account if applying some additional js.
Many thanks in advance, and I must stress my js skills are pretty non-existent, so please be clear! Feel free to mess with my example.