I need a carousel that will autoplay and loop through items infinitely.
The react slick component doesn't slide through to the first elements if slidesToShow is equal to slide number. It just loops through current items. The carousel doesn't slide.…
I am in the process of making a recipe app and currently, I am building a component that displays a number of recipes (depending on how much I determine via API call) within a carousel slideshow which showcases the image of recipe, title, and other…
I am struggling with a problem that I have too many DOM elements on my page. PageSpeed Insights
recommends to me to reduce it and shows me that my carousel is quite large.
I have like 150 elements there, I am showing 10 elements (small images) at…
I'm trying to implement a react-slick carousel but I'm having trouble getting the image to vertically center. This problem is demonstrated here.
https://codesandbox.io/s/react-slick-playground-o7dhn
Here is the problems
Images are not…
I am trying to use react-slick inside a NextJs project. The carousel works fine but I have some problems importing the fonts used in the css files.
I have tried the following:
npm install slick-carousel
and imported the css in the component where…
I am using react-slick and I am trying to find the solution to go to initial slide on clicking the last slide
I have tried adding afterChange,beforeChange and added slickGoto(0) if nextslide is equal to last-slide-num.Actually nothing happens
I have…
I added the react-slick into my project to show a carousel.
I want to control my slider with custom next and prev button which is in the top of the slider contents. so I followed the custom arrow documentation, but I don't want to show my buttons…
I am using react-slick to render elements from the Array. My array length is 4 and every array element contains sub array and i specified 4 in slideToShow, and in 4 in slideToScroll.Inside 4 columns it is showing me 3 columns.Below is my code.
const…
I'm using react-slick slider syncing with 3 sliders. With 2 sliders it works fine but when I try with 3 sliders with 2 refs it don't work.
constructor(props) {
super(props);
this.state = {
nav1: null,
nav2: null,
…
I am using this plugin https://github.com/akiran/react-slick for image slider but for some reason i am unable to achieve what I want.
Here is a sample code:
import React, { Component } from "react";
import Slider from "../src/slider";
import {…
I am trying to create a page that shows a slideshow of an instagram feed, using the libraries instafeed.js and react-slick. A lot of sources writes about the ease of implementing a carousel of fotos from a feed using the jquery slick library…
https://github.com/akiran/react-slick
I'm facing problem related to padding. After the last slide, we are able to see space if you drag.
https://codepen.io/anon/pen/opdadq
http://jsfiddle.net/kirana/wna3a6q5
with the settings: slidesToShow: 2,…
I just started learning ReactJS and had to port an existing template to a ReactJS one. Currently I'm having trouble implementing rows in react-slick. I've seen many asking for this since 2015, but it was not answered. Even the new Nuka Carousel…
I'm using a package which has an issue that causes React to console the error "unknown-prop warning", i am looking for a short-term solution to hide the error until something else can be found/used.
Is there a way to hide this?
edit: its more of a…
I'm using the react-slick carousel with the Green Sock animation tool, and I've gotten the slider and animations to work. The problem now is calling slickNext method when the animation ends on a slide. I keep getting this error whether I use refs or…