Active
Project:
jCarousel
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 15:59 UTC
Updated:
5 Jan 2012 at 15:59 UTC
Jump to comment: Most recent
Hi all,
We're struggling with an odd theming implementation that would be much easier to surmount if only there were "first" and "last" classes applied to the currently visible items in the carousel. Or perhaps, an incrementing numbered class applied to each frame, e.g., "frame-1"
Comments
Comment #1
danielhonrade commentedthis classes could be a great helper for themers like me
Comment #2
danielhonrade commentedI found a way to do this by adding a jquery script:
My settings are: show 2 items and move 1 item at a time
So manually selecting the item position and adding first or last depending on the ul.jcarousel position, you have to measure each item width, mine is 880px...
The above code should change depending on the item's width and items to show and how many item to slide at a time.