Questions tagged [infinite-carousel]
35 questions
0
votes
2 answers
What is the best Jquery Carousel plugin to apply to a list of posts?
Summary:
I want to create a shuffle functionality. To accomplish that:
1) Creating a random list of total available posts based on their
"ID";
2) Getting the full post data based on ID (at this point I have a
random array of posts)
3) Apply…

Caramba
- 677
- 2
- 8
- 20
0
votes
0 answers
Rotation of 3d Carousel
I have some code that works in the latest version of Firefox (unsure about IE, I suspect not but I don't use IE)....and just realized it isn't working in Chrome, I need to add the vendor prefixes. I'll get to the mozzilla etc in time, but right now…

Jana
- 29
- 1
- 7
0
votes
1 answer
Empty space appearing at the end of my carousel
I have used this script to create an infinite carousel on my website here. It's been customized with CSS so the first and last items are displayed half way.
If you keep clicking the right arrow, you will end up hitting an empty space at the end.…

farjam
- 2,089
- 8
- 40
- 77
0
votes
2 answers
jQuery infinite Carousel: Slide # 2 replaced by Slide # 3 on first iteration
I am building an infinite jQuery carousel. Infinite being that it shows the first slide right after the final slide is shown to the user. To achieve this, I make this little tweak in the post complete callback function
$('#slide…

Parijat Kalia
- 4,929
- 10
- 50
- 77
0
votes
1 answer
How can I stop the last image in my jQuery Infinite Carousel from disappearing?
I'm using this jQuery Infinite Carousel but in a slightly different way to the demo, you can see my usage here under the heading 'Customer Success Stories'.
As you will see I've centred the carousel and allowed for the previous image to still be…

remondo
- 151
- 1
- 1
- 12