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…
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 …
i want to highlight current item , how do i get the image source and current thumbnail ?
http://jsfiddle.net/RL8MV/2/
$('#carousel span').append('');
…
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…
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.…
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…
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…
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…
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",
…
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,
…
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…
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…