slick.js Questions

1

Solved

Is it possible to create custom paging dots just using HTML for Slick Slider just like Bootstrap Carousel allows you to. Bootstrap paging example <ol class="carousel-indicators"> <li da...
Transcend asked 6/3, 2019 at 15:28

3

Solved

I have a slick.js slider that contains video and I want the slider to pause once it reaches a video slide and resume cycling once the video finishes without user interaction. I can get this functio...
Bohi asked 21/7, 2015 at 18:7

5

I'm trying to use slick carousel (http://kenwheeler.github.io/slick/) and installed via npm. Including it via browserify like this: slick = require('slick-carousel') trying to run like this: $...
Border asked 2/6, 2015 at 9:47

2

I am using http://kenwheeler.github.io/slick carousel and I need to limit dots number to 8 even if there more than 8 slides. Nav dots should have arrows to the left and to the right that suggest u...
Misstate asked 14/10, 2015 at 10:27

2

Solved

I am making a slider using slick carousel and i want caption animation using animate css while the slide is active. The animation works fine on first slide when load but after that, the animation ...
Misvalue asked 4/1, 2019 at 5:49

0

I have a some slick slider with custom mCustomScrollbar scrollbar: // Слайдер var $carousel = $('.slick').slick({ slidesToShow: 3, slidesToScroll: 1, dots: false, infinite: false, ...
Predispose asked 29/9, 2018 at 7:10

2

Solved

I'm using the slick slider to show a lot of slider items. I also need to use dots to show the position of the items. At the moment, there are a lot of dots and I want do show the dots like in...
Awed asked 11/2, 2018 at 11:3

1

I've been trying to create something like this using slick.js, and i really can't get my head around it. I have got the current code in place. How to make the center slide image 100% width and hei...
Histogram asked 8/8, 2018 at 15:10

4

Slick Carousel: http://kenwheeler.github.io/slick/ How can I get the element of the slide in an event? For example: .on('afterChange', function (slick, currentSlide) { var currentSlideElement ...
Reprehensible asked 18/3, 2015 at 17:6

6

Recently I have added Slick carousel on my project. Reading there document i have seen there is a method slick Prev() and slick Next(). But I am asking you how do I use this method. I have try th...
Commonage asked 8/6, 2014 at 15:33

2

Solved

I'm using responsive breakpoints in my slide. On small screens, I'm showing 1 slide at a time. On large 2 (large means smaller than 990 pixels) Example: I have breakpoints set to show 1 slide at a...
Harris asked 23/5, 2018 at 10:15

2

Solved

I've been banging my head all long trying to solve this issue. Basically I'm using Slick Carousel and Blazy lazy load together to display some background images in a carousel. Now before you answ...
Lipinski asked 9/6, 2016 at 10:59

2

Solved

I want to preview image after the click to a thumbnail in a slideshow. It also appears image previews in Slick.js. You can see more at here. Like this: When a user clicks a thumbnail it will sh...
Strickler asked 19/9, 2016 at 7:12

4

Solved

I'm using Slick.js For some reason I can't seem to get the dots to show. This is what I have. <link rel="stylesheet" type="text/css" href="css/style.css"> <link rel="stylesheet" type="t...
Course asked 26/4, 2015 at 17:10

2

I am using http://kenwheeler.github.io/slick/ for the carousal. But the problem is the autoplay slides the slick to next even when the youtube video is playing. JSFIDDLE Currently I am using the ...
Pix asked 15/11, 2017 at 7:13

1

I have added slick slider to create a slider on my site. Got the dots working and appended them inside a slide as its the only way to get them in the position I want them but now the active state i...
Chausses asked 24/2, 2017 at 15:40

2

Is there a tutorial to create an ANGULAR2 slick carousel component. Or at least can anyone help me include jQuery and slick carousel script in ANGULAR2.
Christos asked 22/11, 2016 at 0:37

3

Solved

In my project I'm using slick slider plugin ( http://kenwheeler.github.io/slick/ ). I was wondering if it is possible to reposition slick dots. As default they are displayed below the div container...
Kola asked 26/8, 2015 at 6:53

3

Solved

<div id="id1" class="scroll-footer"> <dynamically created div1></div> <dynamically created div2></div> <dynamically created div3></div> <dynamically cre...
Galangal asked 9/8, 2016 at 6:39

2

Solved

I'm using Slick Slider to display some slides. I need to be able to have different delays between the slides. This is what I have so far - it works for the first slide, but it gets stuck on second...
Disloyal asked 22/6, 2017 at 11:33

1

Solved

I have implemented slick slider for my webpage. The swiping works just fine, and the images show one after the other. The only problem I'm having is getting the slider to initiate autoplay when the...
Rallentando asked 31/7, 2017 at 19:26

1

Solved

I am trying to implement Slick slider, but calculated width of each slide is wrong (padding on right side of image). <div class="responsive-slick"> <img src="Gallery/large/01.jpeg"> ...
Convenience asked 8/7, 2017 at 18:47

2

Solved

I used the react version of the slick carousel to make a Netflix like carousel. You can click on a tile and that tile then expands to show the details of that tile. Example: This works great th...
Plasmosome asked 28/10, 2016 at 11:33

1

In slick carousel(Slick.js), I would like to use centerPadding so I have to set centerMode to true. After I turn CenterMode on, I swipe the slides but it moves just only one slide per swipe no matt...
Infare asked 16/12, 2015 at 10:26

2

Solved

Hi I'm starting with Angular 2 and trying to make this carousel plugin to work: slick After a while I managed to make it work like a Component like this: import { Component, Input, ElementRef, Af...
Roquefort asked 19/10, 2016 at 16:50

© 2022 - 2024 — McMap. All rights reserved.