Currently I am working with ImageFlow and I would like to overlay a div on top of the image when it is clicked, sliding it into the center. I have been looking through the JavaScript file but the function MoveIT() seems to be called multiple times and I am having trouble identifying where to add the code.
t.wrap('<div class="f1_card"></div>');
Could you please advise me on when and where I should insert the code to wrap the div around the image?
Thank you,