Active
Project:
Views Slideshow: ImageFlow
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2010 at 20:22 UTC
Updated:
26 Jun 2010 at 20:22 UTC
Hi, really great module,
I'm trying to achieve the "no image scaling" effect described in the example by editing views_slideshow_imageflow.js.
However, when I add...
imageScaling: false,
reflections: false,
xStep: 220,
imageFocusMax: 2
..it kinda work, only the spacing between the images is disappears, so it get " xxxx" intead of "x x x x", which ruins the result.
I've tried xStep, but that seems to mess around with padding, getting " xxxx" or "xxxx "...
How can I get equal spacing back?