Skip to content

Instantly share code, notes, and snippets.

@rolis19
Created August 22, 2019 08:17
Show Gist options
  • Save rolis19/f7882a7f3b41ec2879af83bdb2578acf to your computer and use it in GitHub Desktop.
Save rolis19/f7882a7f3b41ec2879af83bdb2578acf to your computer and use it in GitHub Desktop.
Slick Carousel items set to same height
.slick-items{
display: flex;
}
.slick-item{height: auto}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment