React-slick: Show a small portion of the next slide (like Airbnb)

Created on 18 Mar 2017  路  4Comments  路  Source: akiran/react-slick

Hi, anyone found a way to show a small section of the next hidden slide, like how the Airbnb guys do it on smaller resolution?

screen shot 2017-03-18 at 8 30 38 am

Most helpful comment

The answer you provided is not good. You can set slideToShow: 4.1

you can set slidesToShow setting to a decimal value as well

All 4 comments

Easy enough :)

.slick-list {
 margin-left: -20px;
}

Hi

same question, but when vertical is true?
margin-top and margin-bottom just shift up and down and overlay arrows

The answer you provided is not good. You can set slideToShow: 4.1

The answer you provided is not good. You can set slideToShow: 4.1

you can set slidesToShow setting to a decimal value as well

Was this page helpful?
0 / 5 - 0 ratings