Skip to content

Instantly share code, notes, and snippets.

@alexmustin
Created September 14, 2022 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexmustin/2db04eea297f43dfa9c7557a75e515ed to your computer and use it in GitHub Desktop.
Save alexmustin/2db04eea297f43dfa9c7557a75e515ed to your computer and use it in GitHub Desktop.
Slick Slider - make all Slides the same height
.slick-track {
display: flex !important;
}
.slick-slide {
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment