jcarousellite

jCarousel Lite - center images horizontally and vertically

I have jCarousel Lite going in Drupal with images of various sizes/aspect ratios. I'm not having much luck trying to center the images vertically and horizontally (i.e. evenly-spaced). The plugin requires that the images be in a <ul><li><img ... /></li></ul>. I've tried display:inline-block, marginTop:50% among other things, most of wh...

jCarouselLite: How can I get the values of the currently displayed images?

I want a jCarouselLite gallery to act as scrolling thumbnails and present a larger image next to it by somehow refering to it's currently displayed images (then selecting the first image through an array or similar). How would I approach this? The current setup - $('.carousel').jCarouselLite({ btnNext: '.next', btnPrev: '.previous',...

jcarousellite with next prev button and auto slide together

http://www.gmarwaha.com/jquery/jcarousellite/?#demo Hi, jcarousellite is a very nice jquery extension. I am using it for both auto slideshow and prev/next button. However when I combine this effect like this $(function () { $(".hd_splash").jCarouselLite({ btnNext: ".next", btnPrev: ".prev", visible: 1, ...

Stop the jcarousel Lite animation on mouseover?

I am trying to stop the animation of my jcarouselled item when the user is hovering over a particular item. I am scrolling non-image content and I want to give user an opportunity to read the scrolled text. How to do it? It is not even mentioned on the documentation. ...

jcarousel or any other image slider that looks like that

Hello, I've been looking for a image slider just like jcarousel with infinite loop, (circular) anyways, I wanted something that when I press the next button only moves one image, but I was ok with jcarousel, the thing is every site I see with the demos work fine in chrome FF etc.. all but IE, here's is an example link text I just want...

Showing the position in jCarouselLite

Hiya, I'm using jcarousellite for a simple JQuery carousel, but I would like to alter it a bit so that images are hidden for the items to the far left and the far right, but shown on the middle items. To do this though I need to be able to find which list items are being displayed in the view port at any one time. I've tried digging a...

How to check if an html element is visible or not if it is within an overflowed area of a div with overflow property set to hidden?

I have a set of LI elements with overflow propety set to hidden by the jCarouselLite plugin. What I would like to do is to scroll the jCarouselLite'd element in order to scroll to the LI element I want, since I have it configured to show only 3 elements. Looking at the html code generated by the plugin, I can see: <ul ..> <li ..s...

Horisontally expand jCarousel Lite carousel slideshow script on the fly

I want to build a carousel slideshow using the jQuery plugin called "jCarousel Lite" (http://www.gmarwaha.com/jquery/jcarousellite/). I have this up and running. The trick is, I want to also build a YouTube-esque "expand" button, which scales this slideshow up to fill the full width of the page. So far, using jQuery, I’ve managed to bu...

jCarouselLite turning buttons on/off

I have a very simple jcarousellite script working, but I want to be able to turn 'off' the left or right button when there aren't any more items to be displayed either right or left. Easiest way would be to simply change the background image used for the prev/next buttons I'm using via the div. http://sagescience.com/dev/car_test/ I'm ...

Hiding arrows at either end of the slideshow using jCarousel Lite

Hello all, I am using jCarousel Lite, and the documentation can be found here: http://www.gmarwaha.com/jquery/jcarousellite/ I have a carousel that can be navigated using the arrows on either end. I want to modify the carousel so that at the beginning state before the user clicks to scroll the slideshow, the left arrow is not present...

JCarousellite does not work from within Fancybox

I have have a link that opens up a Fancybox(also tried Colorbox) to an image gallery page. This gallery page uses jCarousellite for thumbnail navigation then loads the large image using an ajax call. When i access this gallery page directly, everything is peachy and all the JQuery fires correctly. When i load it using Fancybox, none o...

jCarousel images not displaying in jQuery slider

I have a jQuery sliding panel that is not displaying a jQuery carousel within it. Example: http://www.warface.co.uk/clients/warface.co.uk/ Click Show Dashboard to display the Sliding Panel. I have the buttons (previous/next) displaying but not the carousel. I have added the carousel below also for example. I have the CSS for the slid...