How to manipulate the default behaviour of jQuery Imageflow?

Posted by Tim on Stack Overflow See other posts from Stack Overflow or by Tim
Published on 2010-03-29T07:35:39Z Indexed on 2010/03/29 7:43 UTC
Read the original article Hit count: 407

Filed under:
|
|

Some of you sure know the jQuery-Plugin Imageflow on hxxp://finnrudolph.de/ImageFlow/ (sorry for that, I definitely need to gain reputation, working on it ;))

The default behaviour is that the images within the image-container (which has 100% width in this case) will be resized according to the image-container.
There's an option to declare the distance between every image and it would be much better, if this value would be encreased and decreased with the window-resize-event.

Everything seems to happen in a function called "moveTo" which is unfortunately also responsible for the resizing when moving to another image.

I tried it since hours now but I don't come to a solution.

Find the source-code here, and the mentioned function "moveTo" on line 554.

Thank your very much for any help!
Tim

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about imageflow