Changing size of front image in flow list
Date: Jul 11, 2007
Views: 1576
Question:
Dear Support,
I was wondering if there is a way to enlarge the front image so that it is bigger than the back images in the flow list. I could not find an option for this in the component parameters, unless I am overlooking it. Thank you.
I was wondering if there is a way to enlarge the front image so that it is bigger than the back images in the flow list. I could not find an option for this in the component parameters, unless I am overlooking it. Thank you.
Answer:
| andreit (Admin) |
Dear Customer, You can use the imagePerspective property of the Flow List Component to modify the size of the selected image. Actually, you can use it modify the size of secondary images in relation to the selected one. Try setting imagePerspective parameter to something like this: myFlow.imagePerspective = {angle:45, vertical:0.5}; |
