- Posts: 6797
- Thank you received: 723
Part of next image appear on 1st slide
-
milos
Support Staff -
- Moderator
-
Less
More
15 years 1 month ago #636
by milos
Replied by milos on topic Re: Part of next image appear on 1st slide
It's moving them for 1000px to the left, not for 1100px. What have you set for width in module parameters?
Please Log in to join the conversation.
-
kducey
Inactive member -
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
15 years 1 month ago #637
by kducey
Replied by kducey on topic Re: Part of next image appear on 1st slide
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6797
- Thank you received: 723
15 years 1 month ago #638
by milos
Replied by milos on topic Re: Part of next image appear on 1st slide
OK, please open file /js/scripts.js and change line 25 to:
and line 52 to
Code:
left: ((i - pos) * 1100)
Code:
left: ((i - pos) * 1100)
Please Log in to join the conversation.
-
kducey
Inactive member -
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
15 years 1 month ago #639
by kducey
Replied by kducey on topic Re: Part of next image appear on 1st slide
Thanks - that worked - is the the maximum width, 1100?
This is an awesome module, thanks for all your help
This is an awesome module, thanks for all your help
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6797
- Thank you received: 723
15 years 1 month ago #640
by milos
Replied by milos on topic Re: Part of next image appear on 1st slide
This value is actually distance between 2 pics, no matter what resolution they are. So, it's set to 1000 by default, but if you set value of image width that's over 1000, you would get error. If you have pics over 1000, you must change value manually as I explained. We will try to incorporate this setting in module parameters in one of the future versions.
Please Log in to join the conversation.
Time to create page: 0.083 seconds