Questions tagged [caroufredsel]

A jQuery plugin to create different kinds of carousels.

Resources:

docs

http://caroufredsel.falsecode.ru/docs.html

demo

http://caroufredsel.falsecode.ru/

187 questions
16
votes
14 answers

carouFredSel responsive height

i am having height problems of my responsive carousel using carouFredSel. since the images are responsive and the carousel is also set to responsive. It still adds the max height of the image to the div. When my images are 740 wide and the height is…
nytrm
  • 509
  • 1
  • 5
  • 15
15
votes
2 answers

how to get current image source of current item position and highlight that item-caroufredsel

i want to highlight current item , how do i get the image source and current thumbnail ? http://jsfiddle.net/RL8MV/2/ $('#carousel span').append(''); …
Parag
  • 4,445
  • 9
  • 30
  • 49
14
votes
6 answers

CarouFredSel Plugin using TouchSwipe with links not working

I'm using the awesome CarouFredSel JQuery carousel plugin which includes features for integrating the JQuery TouchSwipe library for handheld devices as well. The carousel elements are divs, within the div is an image and text wrapped in an
RCNeil
  • 7,506
  • 11
  • 36
  • 59
6
votes
2 answers

Responsive full width carousel with carouFredSel.js

I am currently using carouFredSel.js to serve up a full width carousel on my site. I chose this plugin because of its full width capabilities with the ability to partially show the previous and next images on the left and right edges of the screen.…
iabramo
  • 150
  • 1
  • 2
  • 7
6
votes
4 answers

carouFredSel - set visible amount to actual amount of images - and still scroll?

I'm working with this scroller http://coolcarousels.frebsite.nl/c/2/ I have this setup below. My issue is I have it set to visible: 4 and I have 4 images, so it doesn't scroll. If I set it to visible: 3 then it works as expected. But I want to show…
John Preston
  • 61
  • 1
  • 2
5
votes
3 answers

carouFredSel: Show partial items?

I'm using carouFredSel to create a vertical carousel. Everything works great, except I would prefer if partial items would be shown at the bottom, cropped, rather than being hidden. This way it would indicate to users that there are additional items…
colindunn
  • 2,879
  • 9
  • 43
  • 70
5
votes
2 answers

Caroufredsel responsive visible items

I am building a caroufredsel for a responsive website (with only 3 states: 960px, 720px and 320px). It's working great when you load the page in one of these states. It shows the correct number of items (3, 2 and 1 respectively). But, when you…
4
votes
4 answers

carouFredSel Slider - prevent scroll to top on slides rolling

I'm trying to figure out the solution for this issue. Whenever the carousel slides moves or slides on rolling, page scroll to top of the screen. Reference Site: http://www.resmed.com/uk/en/index.html How to replicate: scroll down to half of the…
4
votes
2 answers

carouFredSel: How to make slides fade

I am using this code with CarouFredSel it is working fine, now I want to make it fade instead of slide left to right. jQuery(document).ready(function($) { $("#slider_home").carouFredSel({ width : "100%", height : "auto", …
techansaari
  • 287
  • 1
  • 4
  • 18
4
votes
2 answers

Cannot set duration for carouFredSel Slider

I am using carouFredSel to make Slider, but duration cannot be set. It may run default. I set like : $("#foo6").carouFredSel({ auto: true, responsive: true, duration: 2000, prev: "#prev6", next: "#next6", scroll: 1, …
Hai Tien
  • 2,215
  • 5
  • 28
  • 44
3
votes
1 answer

Responsive Fullscreen CarouFredSel Slideshow

This is a self Q&A. I've been developing with the amazing CarouFredSel slider plugin for a long time now. And everytime I have to make a fullscreen slideshow that needs to be responsive in width and height, I forget how to do it. So I made this Q&A…
Drew Baker
  • 13,308
  • 12
  • 50
  • 90
3
votes
2 answers

CarouFredSel Example #61 - Vertical instead of Horizontal

I am attempting to modify the example set here: http://coolcarousels.frebsite.nl/c/61/ ...to display the thumbnails vertically, rather than horizontally. DEMO I have everything set up and the carousel is working fine, but the hurdle I am going…
Murphy1976
  • 1,243
  • 5
  • 36
  • 83
3
votes
1 answer

pauseOnHover and Duration not working on carouFredSel

This is the weirdest thing I've see on my life. Everything works except two things: pauseOnHover and Duration. This is my code: